v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Add Attachments

post/customers/{customer_uid}/attachments

Path parameters

customer_uidstring required

Request body

Response

200

typestring
messagestring
titlestring

Example response

{
  "type": "success",
  "message": "Customer Attachments Added",
  "title": "Customer Attachments Added",
  "data": {
    "customer_uid": "c1aacc45-1093-4690-bb28-09ebb4a97500",
    "attachment_uids": [
      "2603b10e-568e-4f5c-9da9-193b23eb2001"
    ]
  }
}