POST contractwizard/profiletemplateproperty/create
Request Information
URI Parameters
None.
Body Parameters
ProfileTemplateProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| PropertyId | integer |
None. |
|
| ProfileServiceId | integer |
None. |
|
| HasLink | boolean |
None. |
|
| LinkId | integer |
None. |
|
| PropertyOrder | integer |
None. |
|
| PropertyName | string |
None. |
|
| PropertyDesc | string |
None. |
|
| PropertyTypeId | integer |
None. |
|
| DefaultPropertySelectionId | integer |
None. |
|
| TOSOURCE | string |
None. |
|
| PropertyTypeValue | string |
None. |
|
| DefaultPropertySelectionValue | string |
None. |
|
| LinkValue | string |
None. |
|
| PropertyValue | string |
None. |
|
| ProfileTemplateId | integer |
None. |
|
| ProfileTypeId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| SelectionLinkId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"PropertyId": 2,
"ProfileServiceId": 3,
"HasLink": true,
"LinkId": 1,
"PropertyOrder": 5,
"PropertyName": "sample string 6",
"PropertyDesc": "sample string 7",
"PropertyTypeId": 8,
"DefaultPropertySelectionId": 1,
"TOSOURCE": "sample string 9",
"PropertyTypeValue": "sample string 10",
"DefaultPropertySelectionValue": "sample string 11",
"LinkValue": "sample string 12",
"PropertyValue": "sample string 13",
"ProfileTemplateId": 14,
"ProfileTypeId": 15,
"IsActive": true,
"SelectionLinkId": 1
}
text/html
Sample:
{"TenantId":1,"PropertyId":2,"ProfileServiceId":3,"HasLink":true,"LinkId":1,"PropertyOrder":5,"PropertyName":"sample string 6","PropertyDesc":"sample string 7","PropertyTypeId":8,"DefaultPropertySelectionId":1,"TOSOURCE":"sample string 9","PropertyTypeValue":"sample string 10","DefaultPropertySelectionValue":"sample string 11","LinkValue":"sample string 12","PropertyValue":"sample string 13","ProfileTemplateId":14,"ProfileTypeId":15,"IsActive":true,"SelectionLinkId":1}
application/xml, text/xml
Sample:
<ProfileTemplateProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ContractWizard"> <DefaultPropertySelectionId>1</DefaultPropertySelectionId> <DefaultPropertySelectionValue>sample string 11</DefaultPropertySelectionValue> <HasLink>true</HasLink> <IsActive>true</IsActive> <LinkId>1</LinkId> <LinkValue>sample string 12</LinkValue> <ProfileServiceId>3</ProfileServiceId> <ProfileTemplateId>14</ProfileTemplateId> <ProfileTypeId>15</ProfileTypeId> <PropertyDesc>sample string 7</PropertyDesc> <PropertyId>2</PropertyId> <PropertyName>sample string 6</PropertyName> <PropertyOrder>5</PropertyOrder> <PropertyTypeId>8</PropertyTypeId> <PropertyTypeValue>sample string 10</PropertyTypeValue> <PropertyValue>sample string 13</PropertyValue> <SelectionLinkId>1</SelectionLinkId> <TOSOURCE>sample string 9</TOSOURCE> <TenantId>1</TenantId> </ProfileTemplateProperty>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.