{
"isSuccess": true,
"message": "<string>",
"payload": [
{
"packingSlipId": 123,
"packingSlipName": "<string>",
"orderingCode": "<string>",
"orderingName": "<string>",
"layoutCode": "<string>",
"layoutName": "<string>",
"useBrandLogo": true,
"imageData": "aSDinaTvuI8gbWludGxpZnk=",
"marketingMessage": "<string>",
"creationDate": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"lastUpdateDate": "2023-11-07T05:31:56Z",
"lastUpdatedBy": "<string>"
}
]
}{
"isSuccess": true,
"message": "<string>",
"payload": [
{
"packingSlipId": 123,
"packingSlipName": "<string>",
"orderingCode": "<string>",
"orderingName": "<string>",
"layoutCode": "<string>",
"layoutName": "<string>",
"useBrandLogo": true,
"imageData": "aSDinaTvuI8gbWludGxpZnk=",
"marketingMessage": "<string>",
"creationDate": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"lastUpdateDate": "2023-11-07T05:31:56Z",
"lastUpdatedBy": "<string>"
}
]
}Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'
A request to get a list of packing slips
The list of IDs, numbers, of the packing slips
Returns the list of packing Slips
Generic container for all service responses
Was the request successful. If not, the message will have more information.
Any error message
The payload object of the response
Show child attributes
The ID of the packing slip in the system
The name of the packing slip
The ordering code of the packing slip
The ordering name of the packing slip
Eg 'IMAGE_4X4_TOPLEFT'
The name of the layout
If a Branding Logo is provided
The BASE64 PNG or JPG image data for the branding logo
The marketing message to display
Creation Date
Creator
Updated Date
Updater
Was this page helpful?