Skip to main content

Update customer attachment by id

Update customer attachment by id

Authorizations:Token
Query Parameters
id
required
integerId value of the Attachment object
Request Body Schema:
Attachment object that needs to be added
orderItem
idintegerUnique id
pathstringPath (URL or file name in storage directory)
fileNamestringFile name
mimestringMIME type
storageTypestringStorage type
sizeintegerSize
dateintegerCreate / modify date (UNIX timestamp)

Responses

200Success
Response schema:
Success
orderItem
idintegerUnique id
pathstringPath (URL or file name in storage directory)
fileNamestringFile name
mimestringMIME type
storageTypestringStorage type
sizeintegerSize
dateintegerCreate / modify date (UNIX timestamp)