POST api/FormCustomEvents/{formId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formId | integer |
Required |
Body Parameters
Collection of FormCustomEvent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomEventId | integer |
None. |
|
| FormId | integer |
None. |
|
| Parameters | string |
None. |
|
| Form | Form |
None. |
|
| CustomEvent | CustomEvent |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.