POST api/user/preference/table
Request Information
URI Parameters
None.
Body Parameters
TablePreferenceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| data | Object |
Required |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"data": {}
}
text/html
Sample:
{"key":"sample string 1","data":{}}
application/xml, text/xml
Sample:
<TablePreferenceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"> <data /> <key>sample string 1</key> </TablePreferenceModel>
multipart/form-data
Sample:
<TablePreferenceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><data /><key>sample string 1</key></TablePreferenceModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml, multipart/form-data
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>