POST api/Profile/GetAppAccountOptions

Request Information

URI Parameters

None.

Body Parameters

ProfileParams
NameDescriptionTypeAdditional information
username

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1"
}

application/xml, text/xml

Sample:
<ProfileParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appliedline.gssman2016.webapi.Controllers">
  <username>sample string 1</username>
</ProfileParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

clsappaccountoptions
NameDescriptionTypeAdditional information
id

integer

None.

username

string

None.

allowyearselection

string

None.

featureset1on

string

None.

featureset2on

string

None.

featureset3on

string

None.

featureset4on

string

None.

featureset5on

string

None.

featureset6on

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "username": "sample string 2",
  "allowyearselection": "sample string 3",
  "featureset1on": "sample string 4",
  "featureset2on": "sample string 5",
  "featureset3on": "sample string 6",
  "featureset4on": "sample string 7",
  "featureset5on": "sample string 8",
  "featureset6on": "sample string 9"
}

application/xml, text/xml

Sample:
<clsappaccountoptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appliedline.gssman2016.models.app">
  <allowyearselection>sample string 3</allowyearselection>
  <featureset1on>sample string 4</featureset1on>
  <featureset2on>sample string 5</featureset2on>
  <featureset3on>sample string 6</featureset3on>
  <featureset4on>sample string 7</featureset4on>
  <featureset5on>sample string 8</featureset5on>
  <featureset6on>sample string 9</featureset6on>
  <id>1</id>
  <username>sample string 2</username>
</clsappaccountoptions>