GET api/EntityContactClient/GetEntityContactByContactIDForExtranet?contactID={contactID}&showInactive={showInactive}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactID | integer |
Required |
|
showInactive | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 1 ]
application/xml, text/xml
Sample:
<ArrayOfNullableOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System"> <int>1</int> <int>1</int> </ArrayOfNullableOfint>