Joint

Retrieve an existing order joint

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Respostas
chevron-right
200

OK

application/json
get
/orders/joint/{id}

Update an existing order joint

put
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Corpo
order_idstringObrigatório
external_idstringObrigatório
Respostas
chevron-right
200

OK

application/json
put
/orders/joint/{id}

Remove an existing order joint

delete
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
idstringObrigatório
Respostas
delete
/orders/joint/{id}

Retrieve a page of order joints

get
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de consulta
searchstringOpcionalDefault: ""
pageinteger · int32OpcionalDefault: 0
perPageinteger · int32OpcionalDefault: 25
sortstringOpcionalDefault: ""
dirstringOpcionalDefault: asc
Respostas
chevron-right
200

OK

application/json
get
/orders/joint

Create a new order joint

post
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
idstringOpcional
order_idstringObrigatório
external_idstringObrigatório
Respostas
post
/orders/joint