POST api/clientsettings/update
Request Information
URI Parameters
None.
Body Parameters
ClientSettingModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ClientId | integer |
None. |
|
FieldName | string |
None. |
|
ColumnName | string |
None. |
|
ColumnType | string |
None. |
|
ColumnWidth | integer |
None. |
|
ValueList | string |
None. |
|
OrderIdx | integer |
None. |
|
ClientHidden | boolean |
None. |
|
ClientEditable | boolean |
None. |
|
IdMasterList | integer |
None. |
|
ExtShipFieldId | integer |
None. |
|
CombineNotif | boolean |
None. |
|
ListOfValues | Collection of string |
None. |
|
ListOfValuesML | Collection of string |
None. |
|
MasterList | MasterListModel |
None. |
|
State | string |
None. |
|
ValidationErrors | string |
None. |
|
SaveState | enuState |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "ClientId": 2, "FieldName": "sample string 3", "ColumnName": "sample string 4", "ColumnType": "sample string 5", "ColumnWidth": 6, "ValueList": "sample string 7", "OrderIdx": 8, "ClientHidden": true, "ClientEditable": true, "IdMasterList": 1, "ExtShipFieldId": 1, "CombineNotif": true, "ListOfValues": [ "sample string 1", "sample string 2" ], "ListOfValuesML": [ "sample string 1", "sample string 2" ], "MasterList": { "Id": 1, "Name": "sample string 2", "ListOfValues": [ "sample string 1", "sample string 2" ], "Delete": true, "SaveState": 0 }, "State": "sample string 12", "ValidationErrors": "sample string 13", "SaveState": 0 }
application/xml, text/xml
Sample:
<ClientSettingModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SaveState>Unchanged</SaveState> <Id>1</Id> <ClientId>2</ClientId> <FieldName>sample string 3</FieldName> <ColumnName>sample string 4</ColumnName> <ColumnType>sample string 5</ColumnType> <ColumnWidth>6</ColumnWidth> <ValueList>sample string 7</ValueList> <OrderIdx>8</OrderIdx> <ClientHidden>true</ClientHidden> <ClientEditable>true</ClientEditable> <IdMasterList>1</IdMasterList> <ExtShipFieldId>1</ExtShipFieldId> <CombineNotif>true</CombineNotif> <ListOfValues> <string>sample string 1</string> <string>sample string 2</string> </ListOfValues> <ListOfValuesML> <string>sample string 1</string> <string>sample string 2</string> </ListOfValuesML> <MasterList> <SaveState>Unchanged</SaveState> <Id>1</Id> <Name>sample string 2</Name> <ListOfValues> <string>sample string 1</string> <string>sample string 2</string> </ListOfValues> <Delete>true</Delete> </MasterList> <State>sample string 12</State> <ValidationErrors>sample string 13</ValidationErrors> </ClientSettingModel>
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. |