GET odata/Portal_Preferences

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Portal_Preference
NameDescriptionTypeAdditional information
PreferenceID

integer

None.

ClientID

integer

None.

PreferenceDescription

string

String length: inclusive between 0 and 100

PreferenceType

string

String length: inclusive between 0 and 30

PreferenceKey

string

String length: inclusive between 0 and 100

Label

string

String length: inclusive between 0 and 100

SortOrder

integer

None.

Visible

boolean

None.

PreferenceValue

string

String length: inclusive between 0 and 4000

VendorTypeCode

string

String length: inclusive between 0 and 50

ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PreferenceID": 1,
    "ClientID": 1,
    "PreferenceDescription": "sample string 2",
    "PreferenceType": "sample string 3",
    "PreferenceKey": "sample string 4",
    "Label": "sample string 5",
    "SortOrder": 1,
    "Visible": true,
    "PreferenceValue": "sample string 6",
    "VendorTypeCode": "sample string 7",
    "ID": 8
  },
  {
    "PreferenceID": 1,
    "ClientID": 1,
    "PreferenceDescription": "sample string 2",
    "PreferenceType": "sample string 3",
    "PreferenceKey": "sample string 4",
    "Label": "sample string 5",
    "SortOrder": 1,
    "Visible": true,
    "PreferenceValue": "sample string 6",
    "VendorTypeCode": "sample string 7",
    "ID": 8
  }
]

application/xml, text/xml

Sample:
<ArrayOfPortal_Preference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IneoMData.Api.Model">
  <Portal_Preference>
    <ClientID>1</ClientID>
    <ID>8</ID>
    <Label>sample string 5</Label>
    <PreferenceDescription>sample string 2</PreferenceDescription>
    <PreferenceID>1</PreferenceID>
    <PreferenceKey>sample string 4</PreferenceKey>
    <PreferenceType>sample string 3</PreferenceType>
    <PreferenceValue>sample string 6</PreferenceValue>
    <SortOrder>1</SortOrder>
    <VendorTypeCode>sample string 7</VendorTypeCode>
    <Visible>true</Visible>
  </Portal_Preference>
  <Portal_Preference>
    <ClientID>1</ClientID>
    <ID>8</ID>
    <Label>sample string 5</Label>
    <PreferenceDescription>sample string 2</PreferenceDescription>
    <PreferenceID>1</PreferenceID>
    <PreferenceKey>sample string 4</PreferenceKey>
    <PreferenceType>sample string 3</PreferenceType>
    <PreferenceValue>sample string 6</PreferenceValue>
    <SortOrder>1</SortOrder>
    <VendorTypeCode>sample string 7</VendorTypeCode>
    <Visible>true</Visible>
  </Portal_Preference>
</ArrayOfPortal_Preference>