- Knowledge base
- Updates
- Integration
Time stamp feature - only those that are selected "Ready for Export"
Added an extra optional parameter to the web service call: Ready for Export (Boolean).
If true then it will only send the style numbers if the style has changed since the timestamp, AND it has Ready for Export set to TRUE. If false then it should send all the style numbers for all the styles that have changed since the timestamp. If not present it is the same as false.
Integration: Implementing the API endpoint for "GETTING AN UPDATED STYLE NUMBER LIST
BY GIVING A TIMESTAMP FROM DELOGUE" with new API key authentication.
We have duplicated the service API that returns style numbers by checking timestamp at the
following URL: External/api/CustomExport/Style/Date/{fromDatetime}/{onlyReadyForExport}
The behavior for the new endpoint will be the same as the existing ones except for the below
change
This new endpoint will work with API Key authentication rather than token based
authentication.
There is an extra optional parameter to the web service call: Ready for Export (Boolean).
If true then it will only send the style numbers if the style has changed since the timestamp, AND it has Ready for Export set to TRUE. If false then it should send all the style numbers for all the styles that have changed since the timestamp. If not present it is the same as false