POST api/Clients/PieActualStatistics
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"pageSize": 1,
"pageNum": 1,
"sortField": "sample string 1",
"sortDesc": true,
"filters": {
"businessTypes": [
0,
0,
0
],
"terms": "sample string 1",
"isPeopleSearch": true,
"standAloneOnly": true,
"owner": "sample string 4",
"isMine": true,
"taxpayersOnly": true,
"idNumber": "sample string 5",
"isExactIdNumber": true,
"idNumbers": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"isNotArchived": true,
"externalId": 1,
"hasExternalId": true,
"myOrganizationOnly": true,
"hasPaperlessId": true,
"hasEmail": true,
"hasCellphone": true,
"paperlessId": "ceccacd7-ddd9-4828-a926-ee274191e8dc",
"accountingId": "sample string 7",
"notWithCampaignId": 1,
"excludePersonIds": [
"1ec0002c-6a21-4c46-8af8-f68ddca48d84",
"2b3b6bf6-cad3-4283-bac8-c889a309fd3c",
"ba2fbf40-0dee-436f-8824-ca867c9b3d7f"
],
"excludeBusinessIds": [
"5fe1275f-a989-4013-8e2f-7c6724875eb1",
"39b3e367-5749-48a5-8321-67170e83a22a",
"35c34189-59eb-40b8-90e7-23771abc101f"
],
"clientIds": [
"d56743da-2cac-4895-87ea-4b8cec4c0a99",
"5ebe16f4-05b4-466c-9427-a44ea821a448",
"de2a55b0-25e4-4d31-b01d-410815e73b34"
],
"expectedBroadcastDate": "2026-02-28T10:30:32.1310484+02:00",
"fromExpectedBroadcastDate": "2026-02-28T10:30:32.1310484+02:00",
"fromBroadcastDate": "2026-02-28T10:30:32.1310484+02:00",
"toBroadcastDate": "2026-02-28T10:30:32.1310484+02:00",
"fromOrkaDate": "2026-02-28T10:30:32.1310484+02:00",
"toOrkaDate": "2026-02-28T10:30:32.1310484+02:00",
"isBroadcasted": true,
"agentIds": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"taxYear": 1,
"sharingPermission": 0
}
}
text/xml
Sample:
<ClientSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common">
<Filters>
<AccountingId>sample string 7</AccountingId>
<AgentIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</AgentIds>
<BusinessTypes>
<BusinessType>Unknown</BusinessType>
<BusinessType>Unknown</BusinessType>
<BusinessType>Unknown</BusinessType>
</BusinessTypes>
<ClientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>d56743da-2cac-4895-87ea-4b8cec4c0a99</d3p1:guid>
<d3p1:guid>5ebe16f4-05b4-466c-9427-a44ea821a448</d3p1:guid>
<d3p1:guid>de2a55b0-25e4-4d31-b01d-410815e73b34</d3p1:guid>
</ClientIds>
<ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>5fe1275f-a989-4013-8e2f-7c6724875eb1</d3p1:guid>
<d3p1:guid>39b3e367-5749-48a5-8321-67170e83a22a</d3p1:guid>
<d3p1:guid>35c34189-59eb-40b8-90e7-23771abc101f</d3p1:guid>
</ExcludeBusinessIds>
<ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1ec0002c-6a21-4c46-8af8-f68ddca48d84</d3p1:guid>
<d3p1:guid>2b3b6bf6-cad3-4283-bac8-c889a309fd3c</d3p1:guid>
<d3p1:guid>ba2fbf40-0dee-436f-8824-ca867c9b3d7f</d3p1:guid>
</ExcludePersonIds>
<ExpectedBroadcastDate>2026-02-28T10:30:32.1310484+02:00</ExpectedBroadcastDate>
<ExternalId>1</ExternalId>
<FromBroadcastDate>2026-02-28T10:30:32.1310484+02:00</FromBroadcastDate>
<FromExpectedBroadcastDate>2026-02-28T10:30:32.1310484+02:00</FromExpectedBroadcastDate>
<FromOrkaDate>2026-02-28T10:30:32.1310484+02:00</FromOrkaDate>
<HasCellphone>true</HasCellphone>
<HasEmail>true</HasEmail>
<HasExternalId>true</HasExternalId>
<HasPaperlessId>true</HasPaperlessId>
<IdNumber>sample string 5</IdNumber>
<IdNumbers xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
<d3p1:string>sample string 3</d3p1:string>
</IdNumbers>
<IsBroadcasted>true</IsBroadcasted>
<IsExactIdNumber>true</IsExactIdNumber>
<IsMine>true</IsMine>
<IsNotArchived>true</IsNotArchived>
<IsPeopleSearch>true</IsPeopleSearch>
<MyOrganizationOnly>true</MyOrganizationOnly>
<NotWithCampaignId>1</NotWithCampaignId>
<Owner>sample string 4</Owner>
<PaperlessId>ceccacd7-ddd9-4828-a926-ee274191e8dc</PaperlessId>
<SharingPermission>Read</SharingPermission>
<StandAloneOnly>true</StandAloneOnly>
<TaxYear>1</TaxYear>
<TaxpayersOnly>true</TaxpayersOnly>
<Terms>sample string 1</Terms>
<ToBroadcastDate>2026-02-28T10:30:32.1310484+02:00</ToBroadcastDate>
<ToOrkaDate>2026-02-28T10:30:32.1310484+02:00</ToOrkaDate>
</Filters>
<PageNum>1</PageNum>
<PageSize>1</PageSize>
<SortDesc>true</SortDesc>
<SortField>sample string 1</SortField>
</ClientSearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"OrkaPie": [
{
"Label": "sample string 1",
"Count": 1
},
{
"Label": "sample string 1",
"Count": 1
},
{
"Label": "sample string 1",
"Count": 1
}
]
}
text/xml
Sample:
<ClientStatisticsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common">
<OrkaPie>
<OrkaPieModel>
<Count>1</Count>
<Label>sample string 1</Label>
</OrkaPieModel>
<OrkaPieModel>
<Count>1</Count>
<Label>sample string 1</Label>
</OrkaPieModel>
<OrkaPieModel>
<Count>1</Count>
<Label>sample string 1</Label>
</OrkaPieModel>
</OrkaPie>
</ClientStatisticsResponse>