POST api/contactproperties/select
Request Information
URI Parameters
None.
Body Parameters
ContactPropertyCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| ContactPropertyTypeId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Value": "sample string 1",
"ContactPropertyTypeId": "a2e0f99a-643f-4290-a130-fbca3a889625"
}
application/xml, text/xml
Sample:
<ContactPropertyCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DataCapture.Models.FilterCriteria"> <ContactPropertyTypeId>a2e0f99a-643f-4290-a130-fbca3a889625</ContactPropertyTypeId> <Value>sample string 1</Value> </ContactPropertyCriteria>
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.