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