POST api/Clients/OrkotAdditionalData
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": "36989dd9-9790-4031-b246-5bbc4dd49b3b",
"accountingId": "sample string 7",
"notWithCampaignId": 1,
"excludePersonIds": [
"7e16a372-d27c-41ef-abde-14bf891c05ce",
"459a895c-b268-494b-b6d0-60fc5200b717",
"68f0c62f-2444-421e-9ad7-edbe18c69ce4"
],
"excludeBusinessIds": [
"7a76af48-80f8-4a48-83e0-72de4f1a3c74",
"a7abda3b-3ce2-4f4f-bff9-1f53d69d9141",
"d526c78f-235d-4eb5-b2b1-961854874a31"
],
"clientIds": [
"8c75ab16-60e5-41b3-b8df-9be8072bd62b",
"daae6c6c-037d-4dc9-9a89-9a24fe3961d0",
"bfd74f27-89cd-4d30-96f7-04b4d732987f"
],
"expectedBroadcastDate": "2026-02-28T10:26:45.554174+02:00",
"fromExpectedBroadcastDate": "2026-02-28T10:26:45.554174+02:00",
"fromBroadcastDate": "2026-02-28T10:26:45.554174+02:00",
"toBroadcastDate": "2026-02-28T10:26:45.554174+02:00",
"fromOrkaDate": "2026-02-28T10:26:45.554174+02:00",
"toOrkaDate": "2026-02-28T10:26:45.554174+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>8c75ab16-60e5-41b3-b8df-9be8072bd62b</d3p1:guid>
<d3p1:guid>daae6c6c-037d-4dc9-9a89-9a24fe3961d0</d3p1:guid>
<d3p1:guid>bfd74f27-89cd-4d30-96f7-04b4d732987f</d3p1:guid>
</ClientIds>
<ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7a76af48-80f8-4a48-83e0-72de4f1a3c74</d3p1:guid>
<d3p1:guid>a7abda3b-3ce2-4f4f-bff9-1f53d69d9141</d3p1:guid>
<d3p1:guid>d526c78f-235d-4eb5-b2b1-961854874a31</d3p1:guid>
</ExcludeBusinessIds>
<ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>7e16a372-d27c-41ef-abde-14bf891c05ce</d3p1:guid>
<d3p1:guid>459a895c-b268-494b-b6d0-60fc5200b717</d3p1:guid>
<d3p1:guid>68f0c62f-2444-421e-9ad7-edbe18c69ce4</d3p1:guid>
</ExcludePersonIds>
<ExpectedBroadcastDate>2026-02-28T10:26:45.554174+02:00</ExpectedBroadcastDate>
<ExternalId>1</ExternalId>
<FromBroadcastDate>2026-02-28T10:26:45.554174+02:00</FromBroadcastDate>
<FromExpectedBroadcastDate>2026-02-28T10:26:45.554174+02:00</FromExpectedBroadcastDate>
<FromOrkaDate>2026-02-28T10:26:45.554174+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>36989dd9-9790-4031-b246-5bbc4dd49b3b</PaperlessId>
<SharingPermission>Read</SharingPermission>
<StandAloneOnly>true</StandAloneOnly>
<TaxYear>1</TaxYear>
<TaxpayersOnly>true</TaxpayersOnly>
<Terms>sample string 1</Terms>
<ToBroadcastDate>2026-02-28T10:26:45.554174+02:00</ToBroadcastDate>
<ToOrkaDate>2026-02-28T10:26:45.554174+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"
],
"OrkaLevelExpectedPercent": [
1,
2,
3
],
"OrkaLevelExistCount": [
1,
2,
3
],
"OrkaLevelPercentCount": [
1,
2,
3
],
"UnAssignedCount": 1
}
text/xml
Sample:
<ClientOrkotAdditionalStatistics 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>
<OrkaLevelExistCount 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>
</OrkaLevelExistCount>
<OrkaLevelExpectedPercent 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>
</OrkaLevelExpectedPercent>
<OrkaLevelPercentCount 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>
</OrkaLevelPercentCount>
<UnAssignedCount>1</UnAssignedCount>
</ClientOrkotAdditionalStatistics>