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