cURL
curl --request POST \ --url https://api.bonifiq.com.br/v1/pvt/Order/{orderId}/complete \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "OrderCompletedDate": "2023-11-07T05:31:56Z", "OrderStatus": "<string>" } '
{ "ErrorMessage": "<string>", "ErrorCode": 123, "Result": { "IsCompleted": true, "UpdatedAt": "2023-11-07T05:31:56Z", "Status": 0 }, "HasError": true }
Use API Basic Auth Keys
Order id from the client store
Order Complete request body
Date the order was set complete on store
status from the order
Error message or description
Optional error code, if available
Show child attributes
if true the order status is seted to complete.
Last update on this order.
Order status/comment.
0
1
2
3
4
If true the request had an error.
Was this page helpful?