POST api/DataEntityLookupForms

Request Information

URI Parameters

None.

Body Parameters

DataEntityLookupForm
NameDescriptionTypeAdditional information
Id

integer

None.

DataEntityLookupId

integer

None.

FormId

integer

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "DataEntityLookupId": 2,
  "FormId": 3,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<DataEntityLookupForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DOMDM.WebApi.Models">
  <DataEntityLookupId>2</DataEntityLookupId>
  <FormId>3</FormId>
  <Id>1</Id>
  <IsDeleted>true</IsDeleted>
</DataEntityLookupForm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DataEntityLookupForm'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.