PUT POS/PurchaseOrders/{id}/CustomItems/{customItemId} Try Now
Updates the custom purchase order items.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier.
|
string |
Required
|
| customItemId |
The custom item identifier.
|
string |
Required
|
Body Parameters
The request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Description |
Description For Custom item.
|
string |
Max length: 255
|
| Amount |
Amount.
|
decimal number |
None.
|
Request Formats
application/json, text/json
Sample:
{
"Description": "",
"Amount": 2.0
}
Response Information
Resource Description
None.
Response Formats
application/json, text/json
Sample:
Sample not available.