PUT api/DataEntityLookupForms/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
DataEntityLookupForm| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.