POST api/ApplicationProfiles/Add

Request Information

URI Parameters

None.

Body Parameters

AddApplicationProfileBindingModel
NameDescriptionTypeAdditional information
Title

string

String length: inclusive between 0 and 20

SubTitle

string

String length: inclusive between 0 and 50

Sequence

integer

None.

Content

string

String length: inclusive between 0 and 500

CountryRelevantId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "SubTitle": "sample string 2",
  "Sequence": 3,
  "Content": "sample string 4",
  "CountryRelevantId": "sample string 5"
}

application/xml, text/xml

Sample:
<AddApplicationProfileBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO">
  <Content>sample string 4</Content>
  <CountryRelevantId>sample string 5</CountryRelevantId>
  <Sequence>3</Sequence>
  <SubTitle>sample string 2</SubTitle>
  <Title>sample string 1</Title>
</AddApplicationProfileBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApplicationProfile
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

String length: inclusive between 0 and 20

SubTitle

string

String length: inclusive between 0 and 50

Sequence

integer

None.

CountryRelevantId

string

None.

Content

string

String length: inclusive between 0 and 500

ApplicationProfileImages

Collection of ApplicationProfileImage

None.

CountryRelevant

Country

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.