POST API/BPOCallLogReports/GetUserData
Request Information
URI Parameters
None.
Body Parameters
BPOCallLogReport| Name | Description | Type | Additional information |
|---|---|---|---|
| label | string |
None. |
|
| CityId | integer |
None. |
|
| StateName | string |
None. |
|
| StateId | integer |
None. |
|
| Id | integer |
None. |
|
| City | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| Type | string |
None. |
|
| string |
None. |
||
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"label": "sample string 1",
"CityId": 2,
"StateName": "sample string 3",
"StateId": 4,
"Id": 5,
"City": "sample string 6",
"FromDate": "sample string 7",
"ToDate": "sample string 8",
"Type": "sample string 9",
"Email": "sample string 10",
"UserId": 11
}
application/xml, text/xml
Sample:
<BPOCallLogReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <City>sample string 6</City> <CityId>2</CityId> <Email>sample string 10</Email> <FromDate>sample string 7</FromDate> <Id>5</Id> <StateId>4</StateId> <StateName>sample string 3</StateName> <ToDate>sample string 8</ToDate> <Type>sample string 9</Type> <UserId>11</UserId> <label>sample string 1</label> </BPOCallLogReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BPOCallLogReport| Name | Description | Type | Additional information |
|---|---|---|---|
| label | string |
None. |
|
| CityId | integer |
None. |
|
| StateName | string |
None. |
|
| StateId | integer |
None. |
|
| Id | integer |
None. |
|
| City | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| Type | string |
None. |
|
| string |
None. |
||
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"label": "sample string 1",
"CityId": 2,
"StateName": "sample string 3",
"StateId": 4,
"Id": 5,
"City": "sample string 6",
"FromDate": "sample string 7",
"ToDate": "sample string 8",
"Type": "sample string 9",
"Email": "sample string 10",
"UserId": 11
},
{
"label": "sample string 1",
"CityId": 2,
"StateName": "sample string 3",
"StateId": 4,
"Id": 5,
"City": "sample string 6",
"FromDate": "sample string 7",
"ToDate": "sample string 8",
"Type": "sample string 9",
"Email": "sample string 10",
"UserId": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfBPOCallLogReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models">
<BPOCallLogReport>
<City>sample string 6</City>
<CityId>2</CityId>
<Email>sample string 10</Email>
<FromDate>sample string 7</FromDate>
<Id>5</Id>
<StateId>4</StateId>
<StateName>sample string 3</StateName>
<ToDate>sample string 8</ToDate>
<Type>sample string 9</Type>
<UserId>11</UserId>
<label>sample string 1</label>
</BPOCallLogReport>
<BPOCallLogReport>
<City>sample string 6</City>
<CityId>2</CityId>
<Email>sample string 10</Email>
<FromDate>sample string 7</FromDate>
<Id>5</Id>
<StateId>4</StateId>
<StateName>sample string 3</StateName>
<ToDate>sample string 8</ToDate>
<Type>sample string 9</Type>
<UserId>11</UserId>
<label>sample string 1</label>
</BPOCallLogReport>
</ArrayOfBPOCallLogReport>