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": "71a78323-ad55-45dc-b0f3-2f67a56e8241",
    "accountingId": "sample string 7",
    "notWithCampaignId": 1,
    "excludePersonIds": [
      "9933cab5-67fc-4dd7-af5e-58a5682e7d8b",
      "c5dc4eee-1687-415b-aa14-161af814aad5",
      "4c925bc6-91a0-4565-aec4-44c02e742eb9"
    ],
    "excludeBusinessIds": [
      "38e3926f-d0d0-477d-9270-d550449ac856",
      "19f146cf-1f82-4a14-aa75-17dab59600f4",
      "ff4b2523-adbc-4bc5-9739-6ed99010dbc3"
    ],
    "clientIds": [
      "3abc24f2-d21c-4cbc-853e-d884b35eb58f",
      "9c189168-5364-49d5-9bb5-0a36f9222f11",
      "611b82ea-f3ec-439a-b750-6b68b430f367"
    ],
    "expectedBroadcastDate": "2026-02-28T10:26:33.24944+02:00",
    "fromExpectedBroadcastDate": "2026-02-28T10:26:33.24944+02:00",
    "fromBroadcastDate": "2026-02-28T10:26:33.24944+02:00",
    "toBroadcastDate": "2026-02-28T10:26:33.24944+02:00",
    "fromOrkaDate": "2026-02-28T10:26:33.24944+02:00",
    "toOrkaDate": "2026-02-28T10:26:33.24944+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>3abc24f2-d21c-4cbc-853e-d884b35eb58f</d3p1:guid>
      <d3p1:guid>9c189168-5364-49d5-9bb5-0a36f9222f11</d3p1:guid>
      <d3p1:guid>611b82ea-f3ec-439a-b750-6b68b430f367</d3p1:guid>
    </d2p1:ClientIds>
    <d2p1:ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>38e3926f-d0d0-477d-9270-d550449ac856</d3p1:guid>
      <d3p1:guid>19f146cf-1f82-4a14-aa75-17dab59600f4</d3p1:guid>
      <d3p1:guid>ff4b2523-adbc-4bc5-9739-6ed99010dbc3</d3p1:guid>
    </d2p1:ExcludeBusinessIds>
    <d2p1:ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>9933cab5-67fc-4dd7-af5e-58a5682e7d8b</d3p1:guid>
      <d3p1:guid>c5dc4eee-1687-415b-aa14-161af814aad5</d3p1:guid>
      <d3p1:guid>4c925bc6-91a0-4565-aec4-44c02e742eb9</d3p1:guid>
    </d2p1:ExcludePersonIds>
    <d2p1:ExpectedBroadcastDate>2026-02-28T10:26:33.24944+02:00</d2p1:ExpectedBroadcastDate>
    <d2p1:ExternalId>1</d2p1:ExternalId>
    <d2p1:FromBroadcastDate>2026-02-28T10:26:33.24944+02:00</d2p1:FromBroadcastDate>
    <d2p1:FromExpectedBroadcastDate>2026-02-28T10:26:33.24944+02:00</d2p1:FromExpectedBroadcastDate>
    <d2p1:FromOrkaDate>2026-02-28T10:26:33.24944+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>71a78323-ad55-45dc-b0f3-2f67a56e8241</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>2026-02-28T10:26:33.24944+02:00</d2p1:ToBroadcastDate>
    <d2p1:ToOrkaDate>2026-02-28T10:26:33.24944+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.