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": "42613892-8c58-4c66-852f-aed6800e4b3a",
"accountingId": "sample string 7",
"notWithCampaignId": 1,
"excludePersonIds": [
"ecf44f3a-4c03-43c1-a429-fa46bd83e413",
"aee60bd3-e2a6-4a4d-a719-c962e4767a0d",
"f38f52c7-f269-46d8-92f0-b8ba7db5e771"
],
"excludeBusinessIds": [
"4e94f8c7-a336-46ee-b2a9-439808f9a35b",
"6d7a2e9f-f0dc-477d-b08f-47d7d9117d2e",
"9240c68f-d30b-44ef-b251-492c4ba69a0c"
],
"clientIds": [
"e9915bb5-f000-40d7-8459-ba4145fbddc0",
"f5527c72-6cd1-4c2a-995f-1acd209e0bcf",
"f6f8cd79-7d6b-46fa-9a19-da1ea5bb339c"
],
"expectedBroadcastDate": "2026-02-28T10:24:18.2366777+02:00",
"fromExpectedBroadcastDate": "2026-02-28T10:24:18.2366777+02:00",
"fromBroadcastDate": "2026-02-28T10:24:18.2366777+02:00",
"toBroadcastDate": "2026-02-28T10:24:18.2366777+02:00",
"fromOrkaDate": "2026-02-28T10:24:18.2366777+02:00",
"toOrkaDate": "2026-02-28T10:24:18.2366777+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>e9915bb5-f000-40d7-8459-ba4145fbddc0</d3p1:guid>
<d3p1:guid>f5527c72-6cd1-4c2a-995f-1acd209e0bcf</d3p1:guid>
<d3p1:guid>f6f8cd79-7d6b-46fa-9a19-da1ea5bb339c</d3p1:guid>
</ClientIds>
<ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>4e94f8c7-a336-46ee-b2a9-439808f9a35b</d3p1:guid>
<d3p1:guid>6d7a2e9f-f0dc-477d-b08f-47d7d9117d2e</d3p1:guid>
<d3p1:guid>9240c68f-d30b-44ef-b251-492c4ba69a0c</d3p1:guid>
</ExcludeBusinessIds>
<ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>ecf44f3a-4c03-43c1-a429-fa46bd83e413</d3p1:guid>
<d3p1:guid>aee60bd3-e2a6-4a4d-a719-c962e4767a0d</d3p1:guid>
<d3p1:guid>f38f52c7-f269-46d8-92f0-b8ba7db5e771</d3p1:guid>
</ExcludePersonIds>
<ExpectedBroadcastDate>2026-02-28T10:24:18.2366777+02:00</ExpectedBroadcastDate>
<ExternalId>1</ExternalId>
<FromBroadcastDate>2026-02-28T10:24:18.2366777+02:00</FromBroadcastDate>
<FromExpectedBroadcastDate>2026-02-28T10:24:18.2366777+02:00</FromExpectedBroadcastDate>
<FromOrkaDate>2026-02-28T10:24:18.2366777+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>42613892-8c58-4c66-852f-aed6800e4b3a</PaperlessId>
<SharingPermission>Read</SharingPermission>
<StandAloneOnly>true</StandAloneOnly>
<TaxYear>1</TaxYear>
<TaxpayersOnly>true</TaxpayersOnly>
<Terms>sample string 1</Terms>
<ToBroadcastDate>2026-02-28T10:24:18.2366777+02:00</ToBroadcastDate>
<ToOrkaDate>2026-02-28T10:24:18.2366777+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>