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-07-31T23:54:40.3240617+04:00",
"dateTo": "2026-07-31T23:54:40.3240617+04:00",
"division": "ed194a40-6bec-4a0b-b78b-fb2ce5d2c563",
"asset": "fd65a31a-5d2e-4ba5-8ff2-18a5e5afd3f6",
"building": "0df7b3df-e9d1-4d8c-b7f4-af2daaf0780d",
"AgentId": 1
}
text/html, multipart/form-data
Sample:
{"agentIds":[1,2],"dateFrom":"2026-07-31T23:54:40.3240617+04:00","dateTo":"2026-07-31T23:54:40.3240617+04:00","division":"ed194a40-6bec-4a0b-b78b-fb2ce5d2c563","asset":"fd65a31a-5d2e-4ba5-8ff2-18a5e5afd3f6","building":"0df7b3df-e9d1-4d8c-b7f4-af2daaf0780d","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>fd65a31a-5d2e-4ba5-8ff2-18a5e5afd3f6</asset>
<building>0df7b3df-e9d1-4d8c-b7f4-af2daaf0780d</building>
<dateFrom>2026-07-31T23:54:40.3240617+04:00</dateFrom>
<dateTo>2026-07-31T23:54:40.3240617+04:00</dateTo>
<division>ed194a40-6bec-4a0b-b78b-fb2ce5d2c563</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.