POST api/Forms
Request Information
URI Parameters
None.
Body Parameters
Form| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
String length: inclusive between 0 and 255 |
|
| OrganisationId | integer |
None. |
|
| SourceDatabaseId | integer |
None. |
|
| SourceTableId | integer |
None. |
|
| DatabaseId | integer |
None. |
|
| TableId | integer |
None. |
|
| DataEntityId | integer |
None. |
|
| DataEntityStructureId | integer |
None. |
|
| SourceOrganisationId | integer |
None. |
|
| SourceDataEntityId | integer |
None. |
|
| SourceDataEntityStructureId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| UnmatchedCount | integer |
None. |
|
| LastMatchDate | date |
None. |
|
| MappingTableInd | boolean |
None. |
|
| IsProcessing | boolean |
None. |
|
| SourceTable | Table |
None. |
|
| Table | Table |
None. |
|
| SourceDataEntity | DataEntity |
None. |
|
| DataEntity | DataEntity |
None. |
|
| SourceDataEntityStructure | DataEntityStructure |
None. |
|
| DataEntityStructure | DataEntityStructure |
None. |
|
| HasAccess | boolean |
None. |
|
| DatabaseName | string |
None. |
|
| FormFields | Collection of FormField |
None. |
|
| FormFilters | Collection of FormFilter |
None. |
|
| FormLogistics | Collection of FormLogistic |
None. |
|
| UserFormRoles | Collection of UserFormRole |
None. |
|
| FormMatchingFields | Collection of FormMatchingField |
None. |
|
| FormCustomEvents | Collection of FormCustomEvent |
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.