POST api/DataEntityForms
Request Information
URI Parameters
None.
Body Parameters
DataEntityForm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DataEntityId | integer |
None. |
|
| FormId | integer |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DataEntityId": 1,
"FormId": 2,
"IsDeleted": true
}
application/xml, text/xml
Sample:
<DataEntityForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DOMDM.WebApi.Models"> <DataEntityId>1</DataEntityId> <FormId>2</FormId> <Id>1</Id> <IsDeleted>true</IsDeleted> </DataEntityForm>
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.