getConfirmReceiptsStandardByPage
Retrieve a list of Confirm Receipt details by page number.
Query parameters
Account Number to explicitly retrieve.
Retrieve orders with confirm receipt date equal to this date.
The Code that identifies the Location in Crunchtime.
Retrieve one or more records by pageNumber. \n Use to retrieve data in smaller chunks. \n If left blank, the default is 1.
Number of items to display per page.
Order Number of purchase order to retrieve.
Tracking Number to explicitly retrieve.
The Code number for the vendor's orders to retrieve.
Specify 'true' to output null data elements.
Headers
Secure token for API authentication
Password for the Crunchtime Application User.
Crunchtime site identifier. (test or production)
"User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
{
"confirmReceiptStandardDetails": [
{
"confirmReceiptStandardHeaderDetails": {
"confirmReceiptDate": "06/28/2024",
"confirmReceiptUser": "BRUSER",
"locationCode": "000011",
"purchaseOrderNumber": "vo-116197",
"trackingNumber": "T20121014",
"vendorCode": "BS-V3"
}
}
],
"hasNext": true,
"totalPages": 10
}