POST api/OtherAction/SetPSCServelLevel
Request Information
URI Parameters
None.
Body Parameters
ServiceTypeModelName | Description | Type | Additional information |
---|---|---|---|
LevelID | integer |
None. |
|
LevelName | string |
None. |
|
LevelDays | decimal number |
None. |
|
IsAdd | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "LevelID": 1, "LevelName": "sample string 2", "LevelDays": 3.1, "IsAdd": true }
application/xml, text/xml
Sample:
<OtherController.ServiceTypeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataTransAPI.Controllers"> <IsAdd>true</IsAdd> <LevelDays>3.1</LevelDays> <LevelID>1</LevelID> <LevelName>sample string 2</LevelName> </OtherController.ServiceTypeModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |