PUT api/Clients/BatchActivate

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "isSelectedAll": 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": "63aadd4d-cf77-4be8-95ad-40b91b513c1b",
    "accountingId": "sample string 7",
    "notWithCampaignId": 1,
    "excludePersonIds": [
      "963c9564-b011-488f-98b1-debfc7417d7c",
      "59f8d11f-50a3-453d-8b9e-55c2142a444e",
      "5bc05e23-6824-4202-b7ec-db05cb744996"
    ],
    "excludeBusinessIds": [
      "58a7a939-2cd1-45d9-b725-623689e39ffc",
      "ba4d62c1-d15e-49d9-847f-25c456b701ac",
      "d9e1cdf8-aea3-461f-88d0-e4ab679a4b72"
    ],
    "clientIds": [
      "245e5b79-810f-41db-a437-e0fc542eb2c0",
      "db40af51-5756-4f41-8fe6-7cc4b1c49646",
      "31fd3685-6968-4843-9480-0b8fc8d47ecb"
    ],
    "expectedBroadcastDate": "2025-12-30T18:49:19.5438915+02:00",
    "fromExpectedBroadcastDate": "2025-12-30T18:49:19.5438915+02:00",
    "fromBroadcastDate": "2025-12-30T18:49:19.5438915+02:00",
    "toBroadcastDate": "2025-12-30T18:49:19.5438915+02:00",
    "fromOrkaDate": "2025-12-30T18:49:19.5438915+02:00",
    "toOrkaDate": "2025-12-30T18:49:19.5438915+02:00",
    "isBroadcasted": true,
    "agentIds": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "taxYear": 1,
    "sharingPermission": 0
  }
}

text/xml

Sample:
<ClientBatchUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Site.Api.Models">
  <Filters xmlns:d2p1="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common">
    <d2p1:AccountingId>sample string 7</d2p1:AccountingId>
    <d2p1: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>
    </d2p1:AgentIds>
    <d2p1:BusinessTypes>
      <d2p1:BusinessType>Unknown</d2p1:BusinessType>
      <d2p1:BusinessType>Unknown</d2p1:BusinessType>
      <d2p1:BusinessType>Unknown</d2p1:BusinessType>
    </d2p1:BusinessTypes>
    <d2p1:ClientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>245e5b79-810f-41db-a437-e0fc542eb2c0</d3p1:guid>
      <d3p1:guid>db40af51-5756-4f41-8fe6-7cc4b1c49646</d3p1:guid>
      <d3p1:guid>31fd3685-6968-4843-9480-0b8fc8d47ecb</d3p1:guid>
    </d2p1:ClientIds>
    <d2p1:ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>58a7a939-2cd1-45d9-b725-623689e39ffc</d3p1:guid>
      <d3p1:guid>ba4d62c1-d15e-49d9-847f-25c456b701ac</d3p1:guid>
      <d3p1:guid>d9e1cdf8-aea3-461f-88d0-e4ab679a4b72</d3p1:guid>
    </d2p1:ExcludeBusinessIds>
    <d2p1:ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>963c9564-b011-488f-98b1-debfc7417d7c</d3p1:guid>
      <d3p1:guid>59f8d11f-50a3-453d-8b9e-55c2142a444e</d3p1:guid>
      <d3p1:guid>5bc05e23-6824-4202-b7ec-db05cb744996</d3p1:guid>
    </d2p1:ExcludePersonIds>
    <d2p1:ExpectedBroadcastDate>2025-12-30T18:49:19.5438915+02:00</d2p1:ExpectedBroadcastDate>
    <d2p1:ExternalId>1</d2p1:ExternalId>
    <d2p1:FromBroadcastDate>2025-12-30T18:49:19.5438915+02:00</d2p1:FromBroadcastDate>
    <d2p1:FromExpectedBroadcastDate>2025-12-30T18:49:19.5438915+02:00</d2p1:FromExpectedBroadcastDate>
    <d2p1:FromOrkaDate>2025-12-30T18:49:19.5438915+02:00</d2p1:FromOrkaDate>
    <d2p1:HasCellphone>true</d2p1:HasCellphone>
    <d2p1:HasEmail>true</d2p1:HasEmail>
    <d2p1:HasExternalId>true</d2p1:HasExternalId>
    <d2p1:HasPaperlessId>true</d2p1:HasPaperlessId>
    <d2p1:IdNumber>sample string 5</d2p1:IdNumber>
    <d2p1: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>
    </d2p1:IdNumbers>
    <d2p1:IsBroadcasted>true</d2p1:IsBroadcasted>
    <d2p1:IsExactIdNumber>true</d2p1:IsExactIdNumber>
    <d2p1:IsMine>true</d2p1:IsMine>
    <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
    <d2p1:IsPeopleSearch>true</d2p1:IsPeopleSearch>
    <d2p1:MyOrganizationOnly>true</d2p1:MyOrganizationOnly>
    <d2p1:NotWithCampaignId>1</d2p1:NotWithCampaignId>
    <d2p1:Owner>sample string 4</d2p1:Owner>
    <d2p1:PaperlessId>63aadd4d-cf77-4be8-95ad-40b91b513c1b</d2p1:PaperlessId>
    <d2p1:SharingPermission>Read</d2p1:SharingPermission>
    <d2p1:StandAloneOnly>true</d2p1:StandAloneOnly>
    <d2p1:TaxYear>1</d2p1:TaxYear>
    <d2p1:TaxpayersOnly>true</d2p1:TaxpayersOnly>
    <d2p1:Terms>sample string 1</d2p1:Terms>
    <d2p1:ToBroadcastDate>2025-12-30T18:49:19.5438915+02:00</d2p1:ToBroadcastDate>
    <d2p1:ToOrkaDate>2025-12-30T18:49:19.5438915+02:00</d2p1:ToOrkaDate>
  </Filters>
  <IsSelectedAll>true</IsSelectedAll>
</ClientBatchUpdateModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.