Unable To Export Data From Export API
Summary:
Hi I am just trying this as first time to export some data on MY PC/See some result in Postman but unable to do so.
https://{otmurl}/logisticsRestApi/data/v1/exportRequests.
Regarding the Access i added the following ACL:
/data/{version}/exportRequests - POST |
---|
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25c
Code Snippet (add any code snippets that support your topic, if applicable):
{ "schema": "PRIMARY", "contentType": "text/plain", "contentCompression": "GZIP", "rangeAfter" : { "value": "2024-09-01T00:00:00Z" }, "rangeBefore": { "value": "2025-09-30T23:59:59Z" }, "tables" : { "items" : [ { "tableName": "SHIPMENT", "selectList": "SHIPMENT_GID,SHIPMENT_NAME,PERSPECTIVE,INSERT_DATE,UPDATE_DATE" } ] }}