POST api/Base/SetSystemSetup
Request Information
URI Parameters
None.
Body Parameters
SystemInof| Name | Description | Type | Additional information |
|---|---|---|---|
| Operator | string |
None. |
|
| SI_ID | integer |
None. |
|
| SI_Postage | integer |
None. |
|
| SI_Postagefree | integer |
None. |
|
| SI_About | string |
None. |
|
| SI_Agreement | string |
None. |
|
| SI_CoursePrice | integer |
None. |
|
| SI_CoursePriceV1 | integer |
None. |
|
| SI_CoursePriceV2 | integer |
None. |
|
| SI_CoursePriceV3 | integer |
None. |
|
| SI_CoursePriceV4 | integer |
None. |
|
| SI_CoursePriceV5 | integer |
None. |
|
| SI_CoursePriceV6 | integer |
None. |
|
| SI_CoursePriceV7 | integer |
None. |
|
| SI_CoursePriceV8 | integer |
None. |
|
| SI_CoursePriceV9 | integer |
None. |
|
| SI_CoursePriceV10 | integer |
None. |
|
| SI_CoursePriceV11 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Operator": "sample string 1",
"SI_ID": 2,
"SI_Postage": 1,
"SI_Postagefree": 1,
"SI_About": "sample string 3",
"SI_Agreement": "sample string 4",
"SI_CoursePrice": 1,
"SI_CoursePriceV1": 1,
"SI_CoursePriceV2": 1,
"SI_CoursePriceV3": 1,
"SI_CoursePriceV4": 1,
"SI_CoursePriceV5": 1,
"SI_CoursePriceV6": 1,
"SI_CoursePriceV7": 1,
"SI_CoursePriceV8": 1,
"SI_CoursePriceV9": 1,
"SI_CoursePriceV10": 1,
"SI_CoursePriceV11": 1
}
application/xml, text/xml
Sample:
<SystemInof xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <SI_About>sample string 3</SI_About> <SI_Agreement>sample string 4</SI_Agreement> <SI_CoursePrice>1</SI_CoursePrice> <SI_CoursePriceV1>1</SI_CoursePriceV1> <SI_CoursePriceV10>1</SI_CoursePriceV10> <SI_CoursePriceV11>1</SI_CoursePriceV11> <SI_CoursePriceV2>1</SI_CoursePriceV2> <SI_CoursePriceV3>1</SI_CoursePriceV3> <SI_CoursePriceV4>1</SI_CoursePriceV4> <SI_CoursePriceV5>1</SI_CoursePriceV5> <SI_CoursePriceV6>1</SI_CoursePriceV6> <SI_CoursePriceV7>1</SI_CoursePriceV7> <SI_CoursePriceV8>1</SI_CoursePriceV8> <SI_CoursePriceV9>1</SI_CoursePriceV9> <SI_ID>2</SI_ID> <SI_Postage>1</SI_Postage> <SI_Postagefree>1</SI_Postagefree> <Operator>sample string 1</Operator> </SystemInof>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |