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-09-14T08:21:39.2074917+04:00", "dateTo": "2025-09-14T08:21:39.2074917+04:00", "division": "4a4d672c-3fc1-400d-9fda-50effa28efee", "asset": "1861f9f2-28d1-40b2-bb2f-84edddb82f6a", "building": "dcfeeeeb-51d1-4d50-9f8e-ae91fc4d32db", "AgentId": 1 }
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2025-09-14T08:21:39.2074917+04:00","dateTo":"2025-09-14T08:21:39.2074917+04:00","division":"4a4d672c-3fc1-400d-9fda-50effa28efee","asset":"1861f9f2-28d1-40b2-bb2f-84edddb82f6a","building":"dcfeeeeb-51d1-4d50-9f8e-ae91fc4d32db","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>1861f9f2-28d1-40b2-bb2f-84edddb82f6a</asset> <building>dcfeeeeb-51d1-4d50-9f8e-ae91fc4d32db</building> <dateFrom>2025-09-14T08:21:39.2074917+04:00</dateFrom> <dateTo>2025-09-14T08:21:39.2074917+04:00</dateTo> <division>4a4d672c-3fc1-400d-9fda-50effa28efee</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.