POST api/personquestionnaires/selfcompleterequest
Request Information
URI Parameters
None.
Body Parameters
QuestionnaireSelfCompleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | integer |
None. |
|
| QuestionnaireId | integer |
None. |
|
| CuFlId | integer |
None. |
|
| CustId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| ClientId | integer |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PropertyId": 1,
"QuestionnaireId": 2,
"CuFlId": 3,
"CustId": 4,
"LanguageId": 5,
"ClientId": 6,
"Email": "sample string 7",
"Phone": "sample string 8"
}
application/xml, text/xml
Sample:
<QuestionnaireSelfCompleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.SharedModels.WebModels"> <ClientId>6</ClientId> <CuFlId>3</CuFlId> <CustId>4</CustId> <Email>sample string 7</Email> <LanguageId>5</LanguageId> <Phone>sample string 8</Phone> <PropertyId>1</PropertyId> <QuestionnaireId>2</QuestionnaireId> </QuestionnaireSelfCompleteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.