GET api/CallCenter/GetCallCenterList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CallCenterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CallCenter_Id | integer |
None. |
|
| CallCenterCode | string |
None. |
|
| CallCenterName | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CallCenter_Id": 1,
"CallCenterCode": "sample string 2",
"CallCenterName": "sample string 3",
"IsActive": true,
"CreatedBy": 5,
"CreationDate": "2025-12-01T04:30:56.1367752+05:30",
"ModifiedBy": 1,
"ModifiedDate": "2025-12-01T04:30:56.1367752+05:30"
},
{
"CallCenter_Id": 1,
"CallCenterCode": "sample string 2",
"CallCenterName": "sample string 3",
"IsActive": true,
"CreatedBy": 5,
"CreationDate": "2025-12-01T04:30:56.1367752+05:30",
"ModifiedBy": 1,
"ModifiedDate": "2025-12-01T04:30:56.1367752+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfCallCenterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectBLL.CustomModel">
<CallCenterInfo>
<CallCenterCode>sample string 2</CallCenterCode>
<CallCenterName>sample string 3</CallCenterName>
<CallCenter_Id>1</CallCenter_Id>
<CreatedBy>5</CreatedBy>
<CreationDate>2025-12-01T04:30:56.1367752+05:30</CreationDate>
<IsActive>true</IsActive>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2025-12-01T04:30:56.1367752+05:30</ModifiedDate>
</CallCenterInfo>
<CallCenterInfo>
<CallCenterCode>sample string 2</CallCenterCode>
<CallCenterName>sample string 3</CallCenterName>
<CallCenter_Id>1</CallCenter_Id>
<CreatedBy>5</CreatedBy>
<CreationDate>2025-12-01T04:30:56.1367752+05:30</CreationDate>
<IsActive>true</IsActive>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2025-12-01T04:30:56.1367752+05:30</ModifiedDate>
</CallCenterInfo>
</ArrayOfCallCenterInfo>