POST api/FormModule/SaveResponseAndSendEmail
Request Information
URI Parameters
None.
Body Parameters
CustomFormResponseDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FormId | integer |
None. |
|
| FieldList | Collection of FieldResponseDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"FormId": 1,
"FieldList": [
{
"Name": "sample string 1",
"Value": "sample string 2"
},
{
"Name": "sample string 1",
"Value": "sample string 2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true