PUT api/Setting/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

UpdateRequestOfSettingResource
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateRequest`1'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}