v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Transfer Order Card

post/products/transfer_orders/{transfer_order_uid}/card

Path parameters

transfer_order_uidstring required

transfer order uid

Request body

type'SEND_EMAIL' | 'PDF' required
emailstring
email_ccstring[]
email_bccstring[]
email_subjectstring
email_bodystring
attachmentsstring[]

transfer order attachment uids

Response

200

typestring
messagestring

Example response

{
  "type": "success",
  "message": "Email Sent Successfully to ashin.t@zuper.co",
  "data": {
    "transfer_order_uid": "03e0a97f-1e1d-4cec-9023-ae49faa2c437"
  }
}