POST contractwizard/profileheaderclass/create

Request Information

URI Parameters

None.

Body Parameters

ProfileTemplateHEDClass
NameDescriptionTypeAdditional information
TenantId

integer

None.

ProfileHEDClassId

integer

None.

ProfileTemplateId

integer

None.

IsActive

boolean

None.

IsInclude

boolean

None.

ClassificationId

integer

None.

AreaId

integer

None.

TOSOURCE

string

None.

ClassificationValue

string

None.

AreaValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TenantId": 1,
  "ProfileHEDClassId": 2,
  "ProfileTemplateId": 3,
  "IsActive": true,
  "IsInclude": true,
  "ClassificationId": 6,
  "AreaId": 7,
  "TOSOURCE": "sample string 8",
  "ClassificationValue": "sample string 9",
  "AreaValue": "sample string 10"
}

text/html

Sample:
{"TenantId":1,"ProfileHEDClassId":2,"ProfileTemplateId":3,"IsActive":true,"IsInclude":true,"ClassificationId":6,"AreaId":7,"TOSOURCE":"sample string 8","ClassificationValue":"sample string 9","AreaValue":"sample string 10"}

application/xml, text/xml

Sample:
<ProfileTemplateHEDClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ContractWizard">
  <AreaId>7</AreaId>
  <AreaValue>sample string 10</AreaValue>
  <ClassificationId>6</ClassificationId>
  <ClassificationValue>sample string 9</ClassificationValue>
  <IsActive>true</IsActive>
  <IsInclude>true</IsInclude>
  <ProfileHEDClassId>2</ProfileHEDClassId>
  <ProfileTemplateId>3</ProfileTemplateId>
  <TOSOURCE>sample string 8</TOSOURCE>
  <TenantId>1</TenantId>
</ProfileTemplateHEDClass>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.