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": "2cf1809b-44a3-41a6-9b39-1bd87ac06f02"
}
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>2cf1809b-44a3-41a6-9b39-1bd87ac06f02</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.