POST api/SettingOnOff
Request Information
URI Parameters
None.
Body Parameters
ClsWebOnOffName | Description | Type | Additional information |
---|---|---|---|
ShopId | string |
None. |
|
HostIp | string |
None. |
|
PreKey | string |
None. |
|
UserId | integer |
None. |
|
WorkstationId | integer |
None. |
|
ShopName | string |
None. |
|
HelpMe | boolean |
None. |
|
ShopInfo | string |
None. |
|
Status | boolean |
None. |
|
Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Status": true, "Note": "sample string 2", "ShopId": "sample string 1", "HostIp": "sample string 2", "PreKey": "sample string 3", "UserId": 4, "WorkstationId": 5, "ShopName": "sample string 6", "HelpMe": true, "ShopInfo": "sample string 8" }
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. |