The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/ValidateDateRange HTTP/1.1
Host: anywhere.ncrbackoffice.com
Content-Type: application/json
Content-Length: length
{"Header":{"ClientApplication":"String","ClientVersion":"String","ApiVersion":"String","CorrelationID":"String","Authorization":"String"},"startDate":"0001-01-01T00:00:00.00","endDate":"0001-01-01T00:00:00.00","selectedDuration":0,"selectedPeriod":0,"selectedWeek":0,"selectedYear":0,"payrollPeriod":0,"payrollWeek":0,"payrollYear":0,"periodsBack":0,"postedInventoryList":0,"postedInventoryListTimeFrame":0,"postedInventoryDate":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Header":{"Success":false,"Statuses":[],"StackTrace":"String"},"dateRange":{"start":"0001-01-01T00:00:00.00","end":"0001-01-01T00:00:00.00","errorMessage":"String"}}