Create order
When a filter satisfy your need you can create an Order. If you have a rate card associated to your account the status will be automatically set as ACCEPTED when the Order is ready, WAITING_VALIDATION otherwise to be updated be your sales contact. Steps:
Get Order status until status is ACCEPTED (limit 1 request per minute maximum) https://openapi.sirdata.io/customer/#tag/order/paths/~1customer~1order~1{id}/get
Get Order segments statistics
Download accepted Order https://openapi.sirdata.io/customer/#tag/order/paths/~1customer~1order~1{orderId}~1data/get
If a limit per column has been set you can retrieve the volume per value limit using the Get Order https://openapi.sirdata.io/customer/#tag/order/paths/~1customer~1order~1{id}/get Property table.volume_per_limit contains volume by values. table.row_count is the total volume
Last updated