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