POST api/Entities/Minimal
Request Information
URI Parameters
None.
Body Parameters
Collection of EntityMinimalName | Description | Type | Additional information |
---|---|---|---|
ObjectName | string |
None. |
|
PropertyName | string |
None. |
|
Value | string |
None. |
|
ValueID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "ObjectName": "sample string 1", "PropertyName": "sample string 2", "Value": "sample string 3", "ValueID": 4 }, { "ObjectName": "sample string 1", "PropertyName": "sample string 2", "Value": "sample string 3", "ValueID": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfEntityMinimal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IneoMData.Api.Model"> <EntityMinimal> <ObjectName>sample string 1</ObjectName> <PropertyName>sample string 2</PropertyName> <Value>sample string 3</Value> <ValueID>4</ValueID> </EntityMinimal> <EntityMinimal> <ObjectName>sample string 1</ObjectName> <PropertyName>sample string 2</PropertyName> <Value>sample string 3</Value> <ValueID>4</ValueID> </EntityMinimal> </ArrayOfEntityMinimal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.