GET POS/PurchaseOrders/{id}/CustomItems/{purchaseCustomItemId}/Revisions Try Now
Gets the purchase order item revisions by purchase order item id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier.
|
string |
Required
|
purchaseCustomItemId |
The purchase order item identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
Collection of PurchaseOrderCustomItemRevision
Name | Description | Type | Additional information |
---|---|---|---|
PurchaseCustomItemId |
The purchase custom item identifier.
|
string |
None.
|
PurchaseOrderId |
The purchase order identifier.
|
string |
None.
|
Description |
The description.
|
string |
None.
|
Total |
The total.
|
decimal number |
None.
|
DateAdded |
The date added.
|
date |
None.
|
DateUpdated |
The date updated.
|
date |
None.
|
UpdatedBy |
The updated by.
|
string |
None.
|
PurchaseCustomItemHistoryId | string |
None.
|
|
DateHistoryAdded | date |
None.
|
|
Source | string |
None.
|
|
Changes | string |
None.
|
Response Formats
application/json, text/json
Sample:
[ { "PurchaseCustomItemId": "", "PurchaseOrderId": "", "Description": "", "Total": 4.0, "DateAdded": "2025-01-11T11:07", "DateUpdated": "2025-01-11T11:07", "UpdatedBy": "", "PurchaseCustomItemHistoryId": "", "DateHistoryAdded": "2025-01-11T11:07", "Source": "", "Changes": "" } ]