POST Api/ScheduleApi/GetAgentPerformanceDetailsYTD
Request Information
URI Parameters
None.
Body Parameters
AgentStatistcsFiltersName | 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-07-12T11:29:04.6437605+04:00", "dateTo": "2025-07-12T11:29:04.6437605+04:00", "division": "a70fca1e-fcee-4f9b-bff0-fb2395410cee", "asset": "3478c6ff-bec8-4876-b1cb-407cc0f79f74", "building": "26f24ab5-c7d5-4f8e-9e6d-5e7b3a6fc2c7", "AgentId": 1 }
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2025-07-12T11:29:04.6437605+04:00","dateTo":"2025-07-12T11:29:04.6437605+04:00","division":"a70fca1e-fcee-4f9b-bff0-fb2395410cee","asset":"3478c6ff-bec8-4876-b1cb-407cc0f79f74","building":"26f24ab5-c7d5-4f8e-9e6d-5e7b3a6fc2c7","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>3478c6ff-bec8-4876-b1cb-407cc0f79f74</asset> <building>26f24ab5-c7d5-4f8e-9e6d-5e7b3a6fc2c7</building> <dateFrom>2025-07-12T11:29:04.6437605+04:00</dateFrom> <dateTo>2025-07-12T11:29:04.6437605+04:00</dateTo> <division>a70fca1e-fcee-4f9b-bff0-fb2395410cee</division> </AgentStatistcsFilters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AgentPerformanceYTDDTOName | Description | Type | Additional information |
---|---|---|---|
Month | string |
None. |
|
AssignedVisits | integer |
None. |
|
CompletedVisits | integer |
None. |
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.