POST contractwizard/saveProfileTemplateLinkDetItem
Request Information
URI Parameters
None.
Body Parameters
ProfileTemplateLinkDETItem| Name | Description | Type | Additional information |
|---|---|---|---|
| LinkDetailItemId | integer |
None. |
|
| LinkDetailId | integer |
None. |
|
| SelectionId | integer |
None. |
|
| SelectionValue | string |
None. |
|
| AnswerId | integer |
None. |
|
| AnswerValue | string |
None. |
|
| ObjectFieldValue | string |
None. |
|
| UserId | integer |
None. |
|
| TenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LinkDetailItemId": 1,
"LinkDetailId": 2,
"SelectionId": 1,
"SelectionValue": "sample string 3",
"AnswerId": 1,
"AnswerValue": "sample string 4",
"ObjectFieldValue": "sample string 5",
"UserId": 6,
"TenantId": 7
}
text/html
Sample:
{"LinkDetailItemId":1,"LinkDetailId":2,"SelectionId":1,"SelectionValue":"sample string 3","AnswerId":1,"AnswerValue":"sample string 4","ObjectFieldValue":"sample string 5","UserId":6,"TenantId":7}
application/xml, text/xml
Sample:
<ProfileTemplateLinkDETItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.ContractWizard"> <AnswerId>1</AnswerId> <AnswerValue>sample string 4</AnswerValue> <LinkDetailId>2</LinkDetailId> <LinkDetailItemId>1</LinkDetailItemId> <ObjectFieldValue>sample string 5</ObjectFieldValue> <SelectionId>1</SelectionId> <SelectionValue>sample string 3</SelectionValue> <TenantId>7</TenantId> <UserId>6</UserId> </ProfileTemplateLinkDETItem>
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.