POST api/FormModule/ChangeStatus
Request Information
URI Parameters
None.
Body Parameters
CustomFormDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| FormContent | string |
None. |
|
| FormHeader | string |
None. |
|
| ToEmail | string |
None. |
|
| Disabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"FormContent": "sample string 3",
"FormHeader": "sample string 4",
"ToEmail": "sample string 5",
"Disabled": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true