v1
latestOpenAPI 3.1.02026-07-2438302.6 MBAdd Attachments
post/customers/{customer_uid}/attachments
Path parameters
customer_uidstring required
Request body
Response
200
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"
]
}
}