POST Crm/CRM_GetCustomersByMultiAirframeOrTag
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.CRM_CustomerReportFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of integer |
None. |
|
| IsByTag | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
1,
2
],
"IsByTag": true
}
application/xml, text/xml
Sample:
<CRM_CustomerReportFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<Ids xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Ids>
<IsByTag>true</IsByTag>
</CRM_CustomerReportFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |