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": "3dddb9f9-6c07-48b2-842e-44f2e145cfd6",
  "UserId": "0494142a-e9aa-4652-9137-651a83b64609",
  "CompId": "638bde7c-507b-40de-9f18-0f6dc592e728",
  "PageName": "sample string 4",
  "UserSetting": "sample string 5",
  "ErrorMessage": "sample string 6",
  "ReturnCode": 7,
  "ReturnMessage": "sample string 8"
}

text/html

Sample:
{"ID":"3dddb9f9-6c07-48b2-842e-44f2e145cfd6","UserId":"0494142a-e9aa-4652-9137-651a83b64609","CompId":"638bde7c-507b-40de-9f18-0f6dc592e728","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>638bde7c-507b-40de-9f18-0f6dc592e728</CompId>
  <ErrorMessage>sample string 6</ErrorMessage>
  <ID>3dddb9f9-6c07-48b2-842e-44f2e145cfd6</ID>
  <PageName>sample string 4</PageName>
  <UserId>0494142a-e9aa-4652-9137-651a83b64609</UserId>
  <UserSetting>sample string 5</UserSetting>
</UserSettingsModels>