GET Api/ScheduleApi/GetAgentRate?dateFrom={dateFrom}&dateTo={dateTo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dateFrom | date |
Required |
|
dateTo | date |
Required |
Body Parameters
None.
Response Information
Resource Description
AgentRateDTOName | Description | Type | Additional information |
---|---|---|---|
AgentId | integer |
Required Matching regular expression pattern: ^[0-9]*$ |
|
ScheduleDate | date |
Required Data type: DateTime |
|
Rate | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "AgentId": 1, "ScheduleDate": "2025-05-25T19:42:04.1819663+04:00", "Rate": 1 }
text/html, multipart/form-data
Sample:
{"AgentId":1,"ScheduleDate":"2025-05-25T19:42:04.1819663+04:00","Rate":1}
application/xml, text/xml
Sample:
<AgentRateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <AgentId>1</AgentId> <Rate>1</Rate> <ScheduleDate>2025-05-25T19:42:04.1819663+04:00</ScheduleDate> </AgentRateDTO>