DELETE /api/sales/orders/joint/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{}
""
0
25
asc
GET /api/sales/orders/joint HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "order_id": "text", "external_id": "text" } ] }
GET /api/sales/orders/joint/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "id": "text", "order_id": "text", "external_id": "text" }
PUT /api/sales/orders/joint/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 40 { "order_id": "text", "external_id": "text" }
{ "id": "text" }
POST /api/sales/orders/joint HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 52 { "id": "text", "order_id": "text", "external_id": "text" }
OrderJoint created successfully