ModifyRetainerInvoiceStatus
Updates the status as sent, void, or draft for retainerinvoice.
Input
Name | Type | Required | Description |
Id | String | True | Id of a retainerinvoice. |
EntityStatus | String | True | Status to be marked for a retainerinvoice- sent,void and draft
The allowed values are sent, void, draft. |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |