POST api/UserSettings/Retrive

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
paramList
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {},
  {},
  {}
]

text/html

Sample:
[{},{},{}]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
  <anyType />
</ArrayOfanyType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": "e2eafbf9-aa25-45e6-810d-527ccfbf2515",
  "UserId": "b3ed5db4-fa5c-494e-a52d-a03dd777742c",
  "CompId": "a0156397-4d0f-4995-8f8a-f6cc2b55d140",
  "PageName": "sample string 4",
  "UserSetting": "sample string 5",
  "ErrorMessage": "sample string 6",
  "ReturnCode": 7,
  "ReturnMessage": "sample string 8"
}

text/html

Sample:
{"ID":"e2eafbf9-aa25-45e6-810d-527ccfbf2515","UserId":"b3ed5db4-fa5c-494e-a52d-a03dd777742c","CompId":"a0156397-4d0f-4995-8f8a-f6cc2b55d140","PageName":"sample string 4","UserSetting":"sample string 5","ErrorMessage":"sample string 6","ReturnCode":7,"ReturnMessage":"sample string 8"}

application/xml, text/xml

Sample:
<UserSettingsModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <ReturnCode>7</ReturnCode>
  <ReturnMessage>sample string 8</ReturnMessage>
  <CompId>a0156397-4d0f-4995-8f8a-f6cc2b55d140</CompId>
  <ErrorMessage>sample string 6</ErrorMessage>
  <ID>e2eafbf9-aa25-45e6-810d-527ccfbf2515</ID>
  <PageName>sample string 4</PageName>
  <UserId>b3ed5db4-fa5c-494e-a52d-a03dd777742c</UserId>
  <UserSetting>sample string 5</UserSetting>
</UserSettingsModels>