v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Create Transfer Order Attachment

post/products/transfer_orders/{transfer_order_uid}/attachments

Path parameters

transfer_order_uidstring required

transfer order uid

Request body

Response

200

typestring
messagestring
titlestring

Example response

{
  "type": "success",
  "message": "Transfer Order Attachments Added",
  "title": "Transfer Order Attachments Added",
  "data": {
    "transfer_order_uid": "03e0a97f-1e1d-4cec-9023-ae49faa2c437",
    "attachment_uids": [
      "d83d954e-fa20-4739-b43e-4200e28a81b3"
    ]
  }
}