POST api/dashboard2/GetWorkPeriodDateTimes
Request Information
URI Parameters
None.
Body Parameters
ParameterFromDateToDate| Name | Description | Type | Additional information |
|---|---|---|---|
| isExact | boolean |
None. |
|
| fromDate | date |
None. |
|
| toDate | date |
None. |
|
| merchantCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"isExact": true,
"fromDate": "2025-12-11T06:46:02.5925733-06:00",
"toDate": "2025-12-11T06:46:02.5925733-06:00",
"merchantCode": "sample string 4"
}
application/xml, text/xml
Sample:
<ParameterFromDateToDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThreeS.Report.v2.Models"> <fromDate>2025-12-11T06:46:02.5925733-06:00</fromDate> <isExact>true</isExact> <merchantCode>sample string 4</merchantCode> <toDate>2025-12-11T06:46:02.5925733-06:00</toDate> </ParameterFromDateToDate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.