cURL
curl --request POST \ --url https://api-ezyconnect.ezytail.com/orders/{orderId}/docs/{docSlug} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "status": 0, "operationId": "<string>", "errors": {}, "passed": [ "<string>" ] }
Will attach a document to an order and return errors if any
JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'
OK
0
1
2
Show child attributes