POST
/
api
/
v1
/
Orders
/
PackingSlips
/
Bulk
{
  "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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the Bearer AccessToken; Example: 'Bearer 12345abcdef'

Body

application/json

A request to get a list of packing slips

Response

200 - application/json

Returns the list of packing Slips

Generic container for all service responses