POST api/WFM/GetAgentRouteAttemptReport
Request Information
URI Parameters
None.
Body Parameters
clsAgentRouteAttempt| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| AgentID | string |
None. |
|
| Location | string |
None. |
|
| AgentIDList | Collection of string |
None. |
|
| LocationList | Collection of string |
None. |
|
| LocationID | string |
None. |
|
| LocationName | string |
None. |
|
| UserType | string |
None. |
|
| lstAgentRouteAttempt | Collection of AgentRouteAttempt |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "sample string 1",
"EndDate": "sample string 2",
"AgentID": "sample string 3",
"Location": "sample string 4",
"AgentIDList": [
"sample string 1",
"sample string 2"
],
"LocationList": [
"sample string 1",
"sample string 2"
],
"LocationID": "sample string 5",
"LocationName": "sample string 6",
"UserType": "sample string 7",
"lstAgentRouteAttempt": [
{
"RespCode": "sample string 1",
"RespStatus": "sample string 2",
"RespMessage": "sample string 3",
"Date": "sample string 4",
"AgentID": "sample string 5",
"AgentName": "sample string 6",
"LocationID": "sample string 7",
"LocationName": "sample string 8",
"Count": "sample string 9",
"CountTimedout": "sample string 10",
"CountAccepted": "sample string 11",
"CountRejected": "sample string 12",
"CountByInteractionPerAgent": "sample string 13",
"CountTimedoutByInteractionPerAgent": "sample string 14",
"CountAcceptedByInteractionPerAgent": "sample string 15",
"CountRejectedByInteractionPerAgent": "sample string 16",
"FirstAttemptedInteractionPerAgentCount": "sample string 17",
"FirstAttemptedInteractionPerAgentCountTimedout": "sample string 18",
"FirstAttemptedInteractionPerAgentCountAccepted": "sample string 19",
"FirstAttemptedInteractionPerAgentCountRejected": "sample string 20"
},
{
"RespCode": "sample string 1",
"RespStatus": "sample string 2",
"RespMessage": "sample string 3",
"Date": "sample string 4",
"AgentID": "sample string 5",
"AgentName": "sample string 6",
"LocationID": "sample string 7",
"LocationName": "sample string 8",
"Count": "sample string 9",
"CountTimedout": "sample string 10",
"CountAccepted": "sample string 11",
"CountRejected": "sample string 12",
"CountByInteractionPerAgent": "sample string 13",
"CountTimedoutByInteractionPerAgent": "sample string 14",
"CountAcceptedByInteractionPerAgent": "sample string 15",
"CountRejectedByInteractionPerAgent": "sample string 16",
"FirstAttemptedInteractionPerAgentCount": "sample string 17",
"FirstAttemptedInteractionPerAgentCountTimedout": "sample string 18",
"FirstAttemptedInteractionPerAgentCountAccepted": "sample string 19",
"FirstAttemptedInteractionPerAgentCountRejected": "sample string 20"
}
]
}
application/xml, text/xml
Sample:
<clsAgentRouteAttempt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WFM_WebAPI.Models">
<AgentID>sample string 3</AgentID>
<AgentIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</AgentIDList>
<EndDate>sample string 2</EndDate>
<Location>sample string 4</Location>
<LocationID>sample string 5</LocationID>
<LocationList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</LocationList>
<LocationName>sample string 6</LocationName>
<StartDate>sample string 1</StartDate>
<UserType>sample string 7</UserType>
<lstAgentRouteAttempt>
<AgentRouteAttempt>
<AgentID>sample string 5</AgentID>
<AgentName>sample string 6</AgentName>
<Count>sample string 9</Count>
<CountAccepted>sample string 11</CountAccepted>
<CountAcceptedByInteractionPerAgent>sample string 15</CountAcceptedByInteractionPerAgent>
<CountByInteractionPerAgent>sample string 13</CountByInteractionPerAgent>
<CountRejected>sample string 12</CountRejected>
<CountRejectedByInteractionPerAgent>sample string 16</CountRejectedByInteractionPerAgent>
<CountTimedout>sample string 10</CountTimedout>
<CountTimedoutByInteractionPerAgent>sample string 14</CountTimedoutByInteractionPerAgent>
<Date>sample string 4</Date>
<FirstAttemptedInteractionPerAgentCount>sample string 17</FirstAttemptedInteractionPerAgentCount>
<FirstAttemptedInteractionPerAgentCountAccepted>sample string 19</FirstAttemptedInteractionPerAgentCountAccepted>
<FirstAttemptedInteractionPerAgentCountRejected>sample string 20</FirstAttemptedInteractionPerAgentCountRejected>
<FirstAttemptedInteractionPerAgentCountTimedout>sample string 18</FirstAttemptedInteractionPerAgentCountTimedout>
<LocationID>sample string 7</LocationID>
<LocationName>sample string 8</LocationName>
<RespCode>sample string 1</RespCode>
<RespMessage>sample string 3</RespMessage>
<RespStatus>sample string 2</RespStatus>
</AgentRouteAttempt>
<AgentRouteAttempt>
<AgentID>sample string 5</AgentID>
<AgentName>sample string 6</AgentName>
<Count>sample string 9</Count>
<CountAccepted>sample string 11</CountAccepted>
<CountAcceptedByInteractionPerAgent>sample string 15</CountAcceptedByInteractionPerAgent>
<CountByInteractionPerAgent>sample string 13</CountByInteractionPerAgent>
<CountRejected>sample string 12</CountRejected>
<CountRejectedByInteractionPerAgent>sample string 16</CountRejectedByInteractionPerAgent>
<CountTimedout>sample string 10</CountTimedout>
<CountTimedoutByInteractionPerAgent>sample string 14</CountTimedoutByInteractionPerAgent>
<Date>sample string 4</Date>
<FirstAttemptedInteractionPerAgentCount>sample string 17</FirstAttemptedInteractionPerAgentCount>
<FirstAttemptedInteractionPerAgentCountAccepted>sample string 19</FirstAttemptedInteractionPerAgentCountAccepted>
<FirstAttemptedInteractionPerAgentCountRejected>sample string 20</FirstAttemptedInteractionPerAgentCountRejected>
<FirstAttemptedInteractionPerAgentCountTimedout>sample string 18</FirstAttemptedInteractionPerAgentCountTimedout>
<LocationID>sample string 7</LocationID>
<LocationName>sample string 8</LocationName>
<RespCode>sample string 1</RespCode>
<RespMessage>sample string 3</RespMessage>
<RespStatus>sample string 2</RespStatus>
</AgentRouteAttempt>
</lstAgentRouteAttempt>
</clsAgentRouteAttempt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of AgentRouteAttempt| Name | Description | Type | Additional information |
|---|---|---|---|
| RespCode | string |
None. |
|
| RespStatus | string |
None. |
|
| RespMessage | string |
None. |
|
| Date | string |
None. |
|
| AgentID | string |
None. |
|
| AgentName | string |
None. |
|
| LocationID | string |
None. |
|
| LocationName | string |
None. |
|
| Count | string |
None. |
|
| CountTimedout | string |
None. |
|
| CountAccepted | string |
None. |
|
| CountRejected | string |
None. |
|
| CountByInteractionPerAgent | string |
None. |
|
| CountTimedoutByInteractionPerAgent | string |
None. |
|
| CountAcceptedByInteractionPerAgent | string |
None. |
|
| CountRejectedByInteractionPerAgent | string |
None. |
|
| FirstAttemptedInteractionPerAgentCount | string |
None. |
|
| FirstAttemptedInteractionPerAgentCountTimedout | string |
None. |
|
| FirstAttemptedInteractionPerAgentCountAccepted | string |
None. |
|
| FirstAttemptedInteractionPerAgentCountRejected | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RespCode": "sample string 1",
"RespStatus": "sample string 2",
"RespMessage": "sample string 3",
"Date": "sample string 4",
"AgentID": "sample string 5",
"AgentName": "sample string 6",
"LocationID": "sample string 7",
"LocationName": "sample string 8",
"Count": "sample string 9",
"CountTimedout": "sample string 10",
"CountAccepted": "sample string 11",
"CountRejected": "sample string 12",
"CountByInteractionPerAgent": "sample string 13",
"CountTimedoutByInteractionPerAgent": "sample string 14",
"CountAcceptedByInteractionPerAgent": "sample string 15",
"CountRejectedByInteractionPerAgent": "sample string 16",
"FirstAttemptedInteractionPerAgentCount": "sample string 17",
"FirstAttemptedInteractionPerAgentCountTimedout": "sample string 18",
"FirstAttemptedInteractionPerAgentCountAccepted": "sample string 19",
"FirstAttemptedInteractionPerAgentCountRejected": "sample string 20"
},
{
"RespCode": "sample string 1",
"RespStatus": "sample string 2",
"RespMessage": "sample string 3",
"Date": "sample string 4",
"AgentID": "sample string 5",
"AgentName": "sample string 6",
"LocationID": "sample string 7",
"LocationName": "sample string 8",
"Count": "sample string 9",
"CountTimedout": "sample string 10",
"CountAccepted": "sample string 11",
"CountRejected": "sample string 12",
"CountByInteractionPerAgent": "sample string 13",
"CountTimedoutByInteractionPerAgent": "sample string 14",
"CountAcceptedByInteractionPerAgent": "sample string 15",
"CountRejectedByInteractionPerAgent": "sample string 16",
"FirstAttemptedInteractionPerAgentCount": "sample string 17",
"FirstAttemptedInteractionPerAgentCountTimedout": "sample string 18",
"FirstAttemptedInteractionPerAgentCountAccepted": "sample string 19",
"FirstAttemptedInteractionPerAgentCountRejected": "sample string 20"
}
]
application/xml, text/xml
Sample:
<ArrayOfAgentRouteAttempt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WFM_WebAPI.Models">
<AgentRouteAttempt>
<AgentID>sample string 5</AgentID>
<AgentName>sample string 6</AgentName>
<Count>sample string 9</Count>
<CountAccepted>sample string 11</CountAccepted>
<CountAcceptedByInteractionPerAgent>sample string 15</CountAcceptedByInteractionPerAgent>
<CountByInteractionPerAgent>sample string 13</CountByInteractionPerAgent>
<CountRejected>sample string 12</CountRejected>
<CountRejectedByInteractionPerAgent>sample string 16</CountRejectedByInteractionPerAgent>
<CountTimedout>sample string 10</CountTimedout>
<CountTimedoutByInteractionPerAgent>sample string 14</CountTimedoutByInteractionPerAgent>
<Date>sample string 4</Date>
<FirstAttemptedInteractionPerAgentCount>sample string 17</FirstAttemptedInteractionPerAgentCount>
<FirstAttemptedInteractionPerAgentCountAccepted>sample string 19</FirstAttemptedInteractionPerAgentCountAccepted>
<FirstAttemptedInteractionPerAgentCountRejected>sample string 20</FirstAttemptedInteractionPerAgentCountRejected>
<FirstAttemptedInteractionPerAgentCountTimedout>sample string 18</FirstAttemptedInteractionPerAgentCountTimedout>
<LocationID>sample string 7</LocationID>
<LocationName>sample string 8</LocationName>
<RespCode>sample string 1</RespCode>
<RespMessage>sample string 3</RespMessage>
<RespStatus>sample string 2</RespStatus>
</AgentRouteAttempt>
<AgentRouteAttempt>
<AgentID>sample string 5</AgentID>
<AgentName>sample string 6</AgentName>
<Count>sample string 9</Count>
<CountAccepted>sample string 11</CountAccepted>
<CountAcceptedByInteractionPerAgent>sample string 15</CountAcceptedByInteractionPerAgent>
<CountByInteractionPerAgent>sample string 13</CountByInteractionPerAgent>
<CountRejected>sample string 12</CountRejected>
<CountRejectedByInteractionPerAgent>sample string 16</CountRejectedByInteractionPerAgent>
<CountTimedout>sample string 10</CountTimedout>
<CountTimedoutByInteractionPerAgent>sample string 14</CountTimedoutByInteractionPerAgent>
<Date>sample string 4</Date>
<FirstAttemptedInteractionPerAgentCount>sample string 17</FirstAttemptedInteractionPerAgentCount>
<FirstAttemptedInteractionPerAgentCountAccepted>sample string 19</FirstAttemptedInteractionPerAgentCountAccepted>
<FirstAttemptedInteractionPerAgentCountRejected>sample string 20</FirstAttemptedInteractionPerAgentCountRejected>
<FirstAttemptedInteractionPerAgentCountTimedout>sample string 18</FirstAttemptedInteractionPerAgentCountTimedout>
<LocationID>sample string 7</LocationID>
<LocationName>sample string 8</LocationName>
<RespCode>sample string 1</RespCode>
<RespMessage>sample string 3</RespMessage>
<RespStatus>sample string 2</RespStatus>
</AgentRouteAttempt>
</ArrayOfAgentRouteAttempt>