GET POS/PurchaseOrders/{id}/CustomItems/{purchaseCustomItemId}/Revisions Try Now

Gets the purchase order item revisions by purchase order item id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required
purchaseCustomItemId
The purchase order item identifier.
string
Required

Body Parameters

None.

Response Information

Resource Description

NameDescriptionTypeAdditional 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": "2024-03-29T11:49",
    "DateUpdated": "2024-03-29T11:49",
    "UpdatedBy": "",
    "PurchaseCustomItemHistoryId": "",
    "DateHistoryAdded": "2024-03-29T11:49",
    "Source": "",
    "Changes": ""
  }
]