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
使用できる値は次のとおりです。draft, void, open |
Result Set Columns
Name | Type | Description |
Status | String | Stored procedure execution status. |