POST api/KnowledgeBase/PageProfileConfig

Request Information

URI Parameters

None.

Body Parameters

PageProfileConfig
NameDescriptionTypeAdditional information
Id

integer

None.

PageProfileId

integer

None.

PageCategoryId

integer

None.

PageTypeId

integer

None.

PageId

integer

None.

PageFriendlyName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PageProfileId": 2,
  "PageCategoryId": 3,
  "PageTypeId": 4,
  "PageId": 5,
  "PageFriendlyName": "sample string 6"
}

text/html

Sample:
{"Id":1,"PageProfileId":2,"PageCategoryId":3,"PageTypeId":4,"PageId":5,"PageFriendlyName":"sample string 6"}

application/xml, text/xml

Sample:
<PageProfileConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KnowledgeBase.Surf.Page">
  <Id>1</Id>
  <PageCategoryId>3</PageCategoryId>
  <PageFriendlyName>sample string 6</PageFriendlyName>
  <PageId>5</PageId>
  <PageProfileId>2</PageProfileId>
  <PageTypeId>4</PageTypeId>
</PageProfileConfig>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PageProfileConfig'.

Response Information

Resource Description

PageProfileConfig
NameDescriptionTypeAdditional information
Id

integer

None.

PageProfileId

integer

None.

PageCategoryId

integer

None.

PageTypeId

integer

None.

PageId

integer

None.

PageFriendlyName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PageProfileId": 2,
  "PageCategoryId": 3,
  "PageTypeId": 4,
  "PageId": 5,
  "PageFriendlyName": "sample string 6"
}

text/html

Sample:
{"Id":1,"PageProfileId":2,"PageCategoryId":3,"PageTypeId":4,"PageId":5,"PageFriendlyName":"sample string 6"}

application/xml, text/xml

Sample:
<PageProfileConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KnowledgeBase.Surf.Page">
  <Id>1</Id>
  <PageCategoryId>3</PageCategoryId>
  <PageFriendlyName>sample string 6</PageFriendlyName>
  <PageId>5</PageId>
  <PageProfileId>2</PageProfileId>
  <PageTypeId>4</PageTypeId>
</PageProfileConfig>