POST api/Clients/LineStatistics
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": "b0cae772-dd5e-4337-adfc-395e62774a01",
"accountingId": "sample string 7",
"notWithCampaignId": 1,
"excludePersonIds": [
"44e30ae0-86d1-4cc1-ae2f-e9711eba03a4",
"cc1fb4d4-3109-4941-bb7f-21e6ca291207",
"0a260092-9300-4ad4-a834-1639c2269e44"
],
"excludeBusinessIds": [
"25f02752-3b45-4f22-9fe5-d95296e8f067",
"09b08c67-b454-49c6-a713-f86c6a1ef972",
"337332cf-d0c6-4684-bb56-1447c93b12b2"
],
"clientIds": [
"4fcb9e8b-92fe-4e91-866a-b3731e18d48e",
"d28ddf31-938e-466a-ba87-fb03bed612b7",
"46e9cafc-bfa9-475f-a949-db9a168217a4"
],
"expectedBroadcastDate": "2025-12-30T18:46:12.195224+02:00",
"fromExpectedBroadcastDate": "2025-12-30T18:46:12.195224+02:00",
"fromBroadcastDate": "2025-12-30T18:46:12.195224+02:00",
"toBroadcastDate": "2025-12-30T18:46:12.195224+02:00",
"fromOrkaDate": "2025-12-30T18:46:12.195224+02:00",
"toOrkaDate": "2025-12-30T18:46:12.195224+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>4fcb9e8b-92fe-4e91-866a-b3731e18d48e</d3p1:guid>
<d3p1:guid>d28ddf31-938e-466a-ba87-fb03bed612b7</d3p1:guid>
<d3p1:guid>46e9cafc-bfa9-475f-a949-db9a168217a4</d3p1:guid>
</ClientIds>
<ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>25f02752-3b45-4f22-9fe5-d95296e8f067</d3p1:guid>
<d3p1:guid>09b08c67-b454-49c6-a713-f86c6a1ef972</d3p1:guid>
<d3p1:guid>337332cf-d0c6-4684-bb56-1447c93b12b2</d3p1:guid>
</ExcludeBusinessIds>
<ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>44e30ae0-86d1-4cc1-ae2f-e9711eba03a4</d3p1:guid>
<d3p1:guid>cc1fb4d4-3109-4941-bb7f-21e6ca291207</d3p1:guid>
<d3p1:guid>0a260092-9300-4ad4-a834-1639c2269e44</d3p1:guid>
</ExcludePersonIds>
<ExpectedBroadcastDate>2025-12-30T18:46:12.195224+02:00</ExpectedBroadcastDate>
<ExternalId>1</ExternalId>
<FromBroadcastDate>2025-12-30T18:46:12.195224+02:00</FromBroadcastDate>
<FromExpectedBroadcastDate>2025-12-30T18:46:12.195224+02:00</FromExpectedBroadcastDate>
<FromOrkaDate>2025-12-30T18:46:12.195224+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>b0cae772-dd5e-4337-adfc-395e62774a01</PaperlessId>
<SharingPermission>Read</SharingPermission>
<StandAloneOnly>true</StandAloneOnly>
<TaxYear>1</TaxYear>
<TaxpayersOnly>true</TaxpayersOnly>
<Terms>sample string 1</Terms>
<ToBroadcastDate>2025-12-30T18:46:12.195224+02:00</ToBroadcastDate>
<ToOrkaDate>2025-12-30T18:46:12.195224+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:
{
"Levels": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"OrkaLineExpectedCount": [
1,
2,
3
],
"OrkaLineBroadcastedCount": [
1,
1,
1
]
}
text/xml
Sample:
<ClientLineStatisticsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common">
<Levels xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
<d2p1:string>sample string 3</d2p1:string>
</Levels>
<OrkaLineBroadcastedCount xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</OrkaLineBroadcastedCount>
<OrkaLineExpectedCount xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
<d2p1:int>3</d2p1:int>
</OrkaLineExpectedCount>
</ClientLineStatisticsResponse>