Add customer attachment
Add customer attachment
Authorizations:Token
Request Body Schema:
Attachment object that needs to be added | orderItem | |
| id | integerUnique id |
| path | stringPath (URL or file name in storage directory) |
| fileName | stringFile name |
| mime | stringMIME type |
| storageType | stringStorage type |
| size | integerSize |
| date | integerCreate / modify date (UNIX timestamp) |
Responses
200Success
Response schema:
Success | orderItem | |
| id | integerUnique id |
| path | stringPath (URL or file name in storage directory) |
| fileName | stringFile name |
| mime | stringMIME type |
| storageType | stringStorage type |
| size | integerSize |
| date | integerCreate / modify date (UNIX timestamp) |