This payload represents the JSON body that Let’sTrade expects whenever:
There is an order status update
This endpoint accepts POST requests with application/json content type.
POST
application/json
{ "order_code": "string", "status": "string", "tax_invoice_no": "string" }
Last updated 4 months ago