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