POST
/
orders
/
{orderId}
/
docs
/
{docSlug}
curl --request POST \
  --url https://api-ezyconnect.ezytail.com/orders/{orderId}/docs/{docSlug} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data'
{
  "status": 0,
  "operationId": "<string>",
  "errors": {},
  "passed": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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'

Path Parameters

orderId
string
required
docSlug
string
required

Body

multipart/form-data
file
file

Response

200
text/plain
Success
status
enum<integer>
Available options:
0,
1,
2
operationId
string | null
errors
object | null
passed
string[] | null