POST api/Center/AddCenterUBSInfo/{centid}/{userid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
centid | string |
Required |
|
userid | string |
Required |
Body Parameters
CenterUBSInfoName | Description | Type | Additional information |
---|---|---|---|
cuiid | integer |
None. |
|
centid | string |
None. |
|
disecode | string |
None. |
|
noofclient | integer |
None. |
|
noofservers | integer |
None. |
|
total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "cuiid": 1, "centid": "sample string 2", "disecode": "sample string 3", "noofclient": 1, "noofservers": 1, "total": 1 }
application/xml, text/xml
Sample:
<CenterUBSInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <centid>sample string 2</centid> <cuiid>1</cuiid> <disecode>sample string 3</disecode> <noofclient>1</noofclient> <noofservers>1</noofservers> <total>1</total> </CenterUBSInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>