country code table export
Summary: Not getting any response for the COUNTRY_CODE Table DataExport Request
Content (please ensure you mask any confidential information):
I am using the DataExport API to get the data from OTM SaaS.
url Path: /logisticsRestApi/data-int/v1/exportRequests
Usually in the response i get the records like for other tables i am getting the response, but for this table there is no records
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Command:
{ "schema": "PRIMARY", "rangeAfter" : { "value": "2022-09-01T00:00:00Z" }, "tables" : { "items" : [ { "tableName": "COUNTRY_CODE", "selectList": "INSERT_DATE,UPDATE_DATE" } ] }}