GET POS/v3.1/PurchaseOrders/{id}/Items/{purchaseOrderItemId}/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
|
purchaseOrderItemId |
The purchase order item identifier.
|
string |
Required
|
Body Parameters
None.
Response Information
Resource Description
Collection of PurchaseOrderItemRevision
Name | Description | Type | Additional information |
---|---|---|---|
PurchaseOrderItemId |
The purchase order item identifier.
|
string |
None.
|
PurchaseOrderId |
The purchase order identifier.
|
string |
None.
|
SubscriberId |
The subscriber identifier.
|
string |
None.
|
Event |
The event.
|
string |
None.
|
Venue |
The venue.
|
string |
None.
|
EventId |
The event identifier.
|
string |
None.
|
VenueId |
The venue identifier.
|
string |
None.
|
EventDate |
The event date.
|
date |
None.
|
Section |
The section.
|
string |
None.
|
Row |
The row.
|
string |
None.
|
Quantity |
The quantity.
|
integer |
None.
|
LowSeat |
The low seat.
|
integer |
None.
|
HighSeat |
The high seat.
|
integer |
None.
|
UnitPrice |
The purchase price.
|
Money |
None.
|
FacePrice |
The face price.
|
Money |
None.
|
Seating |
The seating.
|
Seating |
None.
|
Stock |
The stock.
|
Stock |
None.
|
Discount |
The discount.
|
decimal number |
None.
|
Tax |
The tax.
|
decimal number |
None.
|
TaxName |
The name of the tax.
|
string |
None.
|
Overs |
The overs.
|
decimal number |
None.
|
Total |
The total.
|
decimal number |
None.
|
Currency |
The currency.
|
string |
None.
|
Notes |
The notes.
|
string |
None.
|
Seats |
The seats.
|
Collection of integer |
None.
|
PDFStatus |
the PDF status.
|
PreDeliveryStatus |
None.
|
BarcodeStatus |
The barcode status.
|
PreDeliveryStatus |
None.
|
Correction |
Gets the correction.
|
decimal number |
None.
|
MinimumPayout |
The minimum payout.
|
decimal number |
None.
|
IsModified |
A value indicating whether this instance is modified.
|
boolean |
None.
|
DateAdded | date |
None.
|
|
DateUpdated |
The date updated.
|
date |
None.
|
UpdatedBy |
The updated by.
|
string |
None.
|
PurchaseItemHistoryId | string |
None.
|
|
DateHistoryAdded | date |
None.
|
|
Source | string |
None.
|
|
Changes | string |
None.
|
Response Formats
application/json, text/json
Sample:
[ { "PurchaseOrderItemId": "", "PurchaseOrderId": "", "SubscriberId": "", "Event": "", "Venue": "", "EventId": "", "VenueId": "", "EventDate": "2024-12-03T10:40", "Section": "", "Row": "", "Quantity": 11, "LowSeat": 12, "HighSeat": 13, "UnitPrice": { "Currency": "", "Amount": 1.0 }, "FacePrice": { "Currency": "", "Amount": 1.0 }, "Seating": "Any", "Stock": "Any", "Discount": 14.0, "Tax": 15.0, "TaxName": "", "Overs": 17.0, "Total": 18.0, "Currency": "", "Notes": "", "Seats": [ 1 ], "PDFStatus": "Any", "BarcodeStatus": "Any", "Correction": 21.0, "MinimumPayout": 22.0, "IsModified": true, "DateAdded": "2024-12-03T10:40", "DateUpdated": "2024-12-03T10:40", "UpdatedBy": "", "PurchaseItemHistoryId": "", "DateHistoryAdded": "2024-12-03T10:40", "Source": "", "Changes": "" } ]