POST Api/ScheduleApi/GetAgentPerformanceDetailsYTD
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": "2026-08-01T01:21:13.5567576+04:00",
"dateTo": "2026-08-01T01:21:13.5567576+04:00",
"division": "38fca48c-bb42-4b14-a18f-1033dede1d6f",
"asset": "9686bf40-30b4-4c0b-861b-779a99e0afe6",
"building": "1bd0db89-d8d9-4d61-8861-2d8442cc88b6",
"AgentId": 1
}
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2026-08-01T01:21:13.5567576+04:00","dateTo":"2026-08-01T01:21:13.5567576+04:00","division":"38fca48c-bb42-4b14-a18f-1033dede1d6f","asset":"9686bf40-30b4-4c0b-861b-779a99e0afe6","building":"1bd0db89-d8d9-4d61-8861-2d8442cc88b6","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>9686bf40-30b4-4c0b-861b-779a99e0afe6</asset>
<building>1bd0db89-d8d9-4d61-8861-2d8442cc88b6</building>
<dateFrom>2026-08-01T01:21:13.5567576+04:00</dateFrom>
<dateTo>2026-08-01T01:21:13.5567576+04:00</dateTo>
<division>38fca48c-bb42-4b14-a18f-1033dede1d6f</division>
</AgentStatistcsFilters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AgentPerformanceYTDDTO| Name | 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.