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