POST api/smtSrv/SaveSideInfo
Request Information
URI Parameters
None.
Body Parameters
SideInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| sidecode | integer |
None. |
|
| sideName | string |
None. |
|
| usercount | integer |
None. |
|
| Address | string |
None. |
|
| string |
None. |
||
| AdminName | string |
None. |
|
| Mobail | string |
None. |
|
| SideEname | string |
None. |
|
| LevelState | integer |
None. |
|
| LevelCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"sidecode": 1,
"sideName": "sample string 2",
"usercount": 3,
"Address": "sample string 4",
"Email": "sample string 5",
"AdminName": "sample string 6",
"Mobail": "sample string 7",
"SideEname": "sample string 8",
"LevelState": 9,
"LevelCount": 10
}
application/xml, text/xml
Sample:
<SideInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/srv"> <Address>sample string 4</Address> <AdminName>sample string 6</AdminName> <Email>sample string 5</Email> <LevelCount>10</LevelCount> <LevelState>9</LevelState> <Mobail>sample string 7</Mobail> <SideEname>sample string 8</SideEname> <sideName>sample string 2</sideName> <sidecode>1</sidecode> <usercount>3</usercount> </SideInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>