GET api/Center/GetCenterTLDetail/{userid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTLCenterDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| centname | string |
None. |
|
| teamleaderid | string |
None. |
|
| pcid | string |
None. |
|
| ohid | string |
None. |
|
| tlname | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"centname": "sample string 2",
"teamleaderid": "sample string 3",
"pcid": "sample string 4",
"ohid": "sample string 5",
"tlname": "sample string 6"
},
{
"centid": "sample string 1",
"centname": "sample string 2",
"teamleaderid": "sample string 3",
"pcid": "sample string 4",
"ohid": "sample string 5",
"tlname": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetTLCenterDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetTLCenterDetail>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<ohid>sample string 5</ohid>
<pcid>sample string 4</pcid>
<teamleaderid>sample string 3</teamleaderid>
<tlname>sample string 6</tlname>
</GetTLCenterDetail>
<GetTLCenterDetail>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<ohid>sample string 5</ohid>
<pcid>sample string 4</pcid>
<teamleaderid>sample string 3</teamleaderid>
<tlname>sample string 6</tlname>
</GetTLCenterDetail>
</ArrayOfGetTLCenterDetail>