POST Api/ScheduleApi/GetAgentReportRate
Request Information
URI Parameters
None.
Body Parameters
AgentStatistcsFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| agentIds | Collection of integer |
None. |
|
| dateFrom | date |
None. |
|
| dateTo | date |
None. |
|
| division | globally unique identifier |
None. |
|
| asset | globally unique identifier |
None. |
|
| building | globally unique identifier |
None. |
|
| AgentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"agentIds": [
1,
2
],
"dateFrom": "2025-12-14T17:46:28.3970856+04:00",
"dateTo": "2025-12-14T17:46:28.3970856+04:00",
"division": "db3752d5-0366-4e5f-b935-9d1e86a342d7",
"asset": "c484a9cd-5a73-43b2-a2e5-81da6f74cc6f",
"building": "9de47b1c-4ce0-4e2b-b706-65ab49da44e9",
"AgentId": 1
}
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2025-12-14T17:46:28.3970856+04:00","dateTo":"2025-12-14T17:46:28.3970856+04:00","division":"db3752d5-0366-4e5f-b935-9d1e86a342d7","asset":"c484a9cd-5a73-43b2-a2e5-81da6f74cc6f","building":"9de47b1c-4ce0-4e2b-b706-65ab49da44e9","AgentId":1}
application/xml, text/xml
Sample:
<AgentStatistcsFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO.Models.Schedule">
<AgentId>1</AgentId>
<agentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</agentIds>
<asset>c484a9cd-5a73-43b2-a2e5-81da6f74cc6f</asset>
<building>9de47b1c-4ce0-4e2b-b706-65ab49da44e9</building>
<dateFrom>2025-12-14T17:46:28.3970856+04:00</dateFrom>
<dateTo>2025-12-14T17:46:28.3970856+04:00</dateTo>
<division>db3752d5-0366-4e5f-b935-9d1e86a342d7</division>
</AgentStatistcsFilters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AgentDashboardDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
|
| WorkflowStatus | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1,
"WorkflowStatus": "b1b75b0d-af2d-49b0-bf6f-9661e287e245"
}
text/html, multipart/form-data
Sample:
{"Count":1,"WorkflowStatus":"b1b75b0d-af2d-49b0-bf6f-9661e287e245"}
application/xml, text/xml
Sample:
<AgentDashboardDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <Count>1</Count> <WorkflowStatus>b1b75b0d-af2d-49b0-bf6f-9661e287e245</WorkflowStatus> </AgentDashboardDTO>