Order Events
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.
Payload Example
{
"order_code": "string",
"status": "string",
"tax_invoice_no": "string"
}Last updated