PUT POS/PurchaseOrders Try Now
Bulk Update Purchase Order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|
Body Parameters
The request.
Collection of BulkUpdatePurchaseOrderRequest
Name | Description | Type | Additional information |
---|---|---|---|
PurchaseOrderId | string |
None.
|
|
PODetails | UpdatePurchaseOrderRequest |
None.
|
Request Formats
application/json, text/json
Sample:
[ { "PurchaseOrderId": "", "PODetails": { "ShipFromContactId": "", "Currency": "", "ConvertToCurrency": true, "ExternalOrderNumber": "", "POType": "Any", "Shipping": { "Cost": 1.0, "TrackingNumber": "", "Service": "", "Carrier": "None", "Type": "None", "DateExpected": "2024-12-04T06:07", "Note": "" }, "Consignment": { "Operation": "Any", "Commission": 1.0 }, "PublicNote": "", "Items": [ { "PurchaseOrderItemId": "", "FacePrice": { "Currency": "", "Amount": 1.0 }, "UnitPrice": { "Currency": "", "Amount": 1.0 }, "TaxedCost": { "Currency": "", "Amount": 1.0 }, "Overs": 1.0, "Tax": 1.0, "Discount": 1.0, "MinimumPayout": 1.0, "Notes": "", "ExcludeSoldItem": true } ] } } ]
Response Information
Resource Description
None.