POST contractwizard/profilelinkheader/create

Request Information

URI Parameters

None.

Body Parameters

ProfileTemplateLink
NameDescriptionTypeAdditional information
TenantId

integer

None.

LinkId

integer

None.

LinkName

string

None.

IsActive

boolean

None.

FullDetailLink

boolean

None.

TOSOURCE

string

None.

Type

string

None.

RefId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "LinkId": 2,
  "LinkName": "sample string 3",
  "IsActive": true,
  "FullDetailLink": true,
  "TOSOURCE": "sample string 5",
  "Type": "sample string 6",
  "RefId": 7
}

text/html

Sample:
{"TenantId":1,"LinkId":2,"LinkName":"sample string 3","IsActive":true,"FullDetailLink":true,"TOSOURCE":"sample string 5","Type":"sample string 6","RefId":7}

application/xml, text/xml

Sample:
<ProfileTemplateLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ContractWizard">
  <FullDetailLink>true</FullDetailLink>
  <IsActive>true</IsActive>
  <LinkId>2</LinkId>
  <LinkName>sample string 3</LinkName>
  <RefId>7</RefId>
  <TOSOURCE>sample string 5</TOSOURCE>
  <TenantId>1</TenantId>
  <Type>sample string 6</Type>
</ProfileTemplateLink>

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 'ProfileTemplateLink'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.