GET api/Center/GetCenterUBSInfoList/{centid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CenterUBSInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| cuiid | integer |
None. |
|
| centid | string |
None. |
|
| disecode | string |
None. |
|
| noofclient | integer |
None. |
|
| noofservers | integer |
None. |
|
| total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"cuiid": 1,
"centid": "sample string 2",
"disecode": "sample string 3",
"noofclient": 1,
"noofservers": 1,
"total": 1
},
{
"cuiid": 1,
"centid": "sample string 2",
"disecode": "sample string 3",
"noofclient": 1,
"noofservers": 1,
"total": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfCenterUBSInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<CenterUBSInfo>
<centid>sample string 2</centid>
<cuiid>1</cuiid>
<disecode>sample string 3</disecode>
<noofclient>1</noofclient>
<noofservers>1</noofservers>
<total>1</total>
</CenterUBSInfo>
<CenterUBSInfo>
<centid>sample string 2</centid>
<cuiid>1</cuiid>
<disecode>sample string 3</disecode>
<noofclient>1</noofclient>
<noofservers>1</noofservers>
<total>1</total>
</CenterUBSInfo>
</ArrayOfCenterUBSInfo>