v1

latestOpenAPI 3.0.0Apache License Version 2.02026-07-24163274903.6 KB
Confirm Receipt Standard Service

getAllConfirmReceiptsStandard

Retrieve a list of Confirm Receipt details

get/confirmreceiptstandard/v1/getAllConfirmReceiptsStandard

Query parameters

accountNumberstring

Account Number to explicitly retrieve.

confirmReceiptDatestring

Retrieve orders with confirm receipt date equal to this date. Required if Location Code, Vendor Code and Purchase Order Number input not provided.

locationCodestring

The Code that identifies the Location in Crunchtime. Required if Vendor Code, Purchase Order Number and Confirm Receipt Date Time input not provided.

purchaseOrderNumberstring

Order Number of purchase order to retrieve. Required if Location Code, Vendor Code and Confirm Receipt Date Time input not provided.

trackingNumberstring

Tracking Number to explicitly retrieve.

vendorCodestring

The Code number for the vendor's orders to retrieve. Required if Location Code, Purchase Order Number and Confirm Receipt Date Time input not provided.

includeNullboolean

Specify 'true' to output null data elements.

Headers

authenticationtokenstring required

Secure token for API authentication

passwordstring required

Password for the Crunchtime Application User.

sitenamestring required

Crunchtime site identifier. (test or production)

useridstring required

"User ID for the Crunchtime Application User.

X-B3-TraceIdstring

Optional trace identifier for troubleshooting.

Response

Success

Example response

[
  {
    "confirmReceiptStandardHeaderDetails": {
      "confirmReceiptDate": "06/28/2024",
      "confirmReceiptUser": "BRUSER",
      "locationCode": "000011",
      "purchaseOrderNumber": "vo-116197",
      "trackingNumber": "T20121014",
      "vendorCode": "BS-V3"
    }
  }
]