POST contractwizard/profiletemplatelinkdetail/update
Request Information
URI Parameters
None.
Body Parameters
ProfileTemplateLinkDET| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | integer |
None. |
|
| LinkdetailId | integer |
None. |
|
| LinkId | integer |
None. |
|
| LinkType | integer |
None. |
|
| PropertyId | integer |
None. |
|
| QuestionId | integer |
None. |
|
| ObjectType | integer |
None. |
|
| FieldName | string |
None. |
|
| TOSOURCE | string |
None. |
|
| LinkValue | string |
None. |
|
| PropertyValue | string |
None. |
|
| QuestionValue | string |
None. |
|
| ObjectTypeValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TenantId": 1,
"LinkdetailId": 2,
"LinkId": 3,
"LinkType": 4,
"PropertyId": 1,
"QuestionId": 1,
"ObjectType": 1,
"FieldName": "sample string 5",
"TOSOURCE": "sample string 6",
"LinkValue": "sample string 7",
"PropertyValue": "sample string 8",
"QuestionValue": "sample string 9",
"ObjectTypeValue": "sample string 10"
}
text/html
Sample:
{"TenantId":1,"LinkdetailId":2,"LinkId":3,"LinkType":4,"PropertyId":1,"QuestionId":1,"ObjectType":1,"FieldName":"sample string 5","TOSOURCE":"sample string 6","LinkValue":"sample string 7","PropertyValue":"sample string 8","QuestionValue":"sample string 9","ObjectTypeValue":"sample string 10"}
application/xml, text/xml
Sample:
<ProfileTemplateLinkDET xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ContractWizard"> <FieldName>sample string 5</FieldName> <LinkId>3</LinkId> <LinkType>4</LinkType> <LinkValue>sample string 7</LinkValue> <LinkdetailId>2</LinkdetailId> <ObjectType>1</ObjectType> <ObjectTypeValue>sample string 10</ObjectTypeValue> <PropertyId>1</PropertyId> <PropertyValue>sample string 8</PropertyValue> <QuestionId>1</QuestionId> <QuestionValue>sample string 9</QuestionValue> <TOSOURCE>sample string 6</TOSOURCE> <TenantId>1</TenantId> </ProfileTemplateLinkDET>
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.