PUT api/Setting/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
UpdateRequestOfSettingResource| Name | Description | Type | Additional information |
|---|---|---|---|
| Resource | SettingResource |
None. |
Request Formats
application/json, text/json
Sample:
{
"Resource": {
"LocationId": 1,
"LocationNumber": "sample string 2",
"LocationName": "sample string 3",
"POSType": 4,
"LabelSQL": "sample string 5",
"POSODBC": "sample string 6",
"XMLPath": "sample string 7",
"IntegratedCategories": true,
"UploaderAppPath": "sample string 8"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}