PUT api/Clients/BatchUpdateRepresenter

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:
{
  "representerId": 1,
  "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": "0e968b61-94dc-4819-a345-cb3445c48a15",
    "accountingId": "sample string 7",
    "notWithCampaignId": 1,
    "excludePersonIds": [
      "270d44be-0b5b-49c4-b21e-d46f38f73da7",
      "b6962212-8ea1-4567-801b-1bfbf2f9e12e",
      "477c6c73-3a1a-4eb9-83a3-55165cc9b822"
    ],
    "excludeBusinessIds": [
      "ceb1e95d-4511-4c91-8128-dfbf9605fe0d",
      "e17a621d-34ee-4b7e-a893-186ce140986c",
      "3d80e368-a142-4fc2-afc4-ca17000de111"
    ],
    "clientIds": [
      "8c2c0652-ae70-4bcf-ba4d-d04e654be7ad",
      "b68eafcd-2683-4ab1-a58a-86345332d500",
      "e01a2eea-460e-4dad-8f26-51e00a164ed7"
    ],
    "expectedBroadcastDate": "2026-02-28T10:22:46.3965008+02:00",
    "fromExpectedBroadcastDate": "2026-02-28T10:22:46.3965008+02:00",
    "fromBroadcastDate": "2026-02-28T10:22:46.3965008+02:00",
    "toBroadcastDate": "2026-02-28T10:22:46.3965008+02:00",
    "fromOrkaDate": "2026-02-28T10:22:46.3965008+02:00",
    "toOrkaDate": "2026-02-28T10:22:46.3965008+02:00",
    "isBroadcasted": true,
    "agentIds": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "taxYear": 1,
    "sharingPermission": 0
  }
}

text/xml

Sample:
<ClientBatchRepresenterUpdateModel 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>8c2c0652-ae70-4bcf-ba4d-d04e654be7ad</d3p1:guid>
      <d3p1:guid>b68eafcd-2683-4ab1-a58a-86345332d500</d3p1:guid>
      <d3p1:guid>e01a2eea-460e-4dad-8f26-51e00a164ed7</d3p1:guid>
    </d2p1:ClientIds>
    <d2p1:ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>ceb1e95d-4511-4c91-8128-dfbf9605fe0d</d3p1:guid>
      <d3p1:guid>e17a621d-34ee-4b7e-a893-186ce140986c</d3p1:guid>
      <d3p1:guid>3d80e368-a142-4fc2-afc4-ca17000de111</d3p1:guid>
    </d2p1:ExcludeBusinessIds>
    <d2p1:ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>270d44be-0b5b-49c4-b21e-d46f38f73da7</d3p1:guid>
      <d3p1:guid>b6962212-8ea1-4567-801b-1bfbf2f9e12e</d3p1:guid>
      <d3p1:guid>477c6c73-3a1a-4eb9-83a3-55165cc9b822</d3p1:guid>
    </d2p1:ExcludePersonIds>
    <d2p1:ExpectedBroadcastDate>2026-02-28T10:22:46.3965008+02:00</d2p1:ExpectedBroadcastDate>
    <d2p1:ExternalId>1</d2p1:ExternalId>
    <d2p1:FromBroadcastDate>2026-02-28T10:22:46.3965008+02:00</d2p1:FromBroadcastDate>
    <d2p1:FromExpectedBroadcastDate>2026-02-28T10:22:46.3965008+02:00</d2p1:FromExpectedBroadcastDate>
    <d2p1:FromOrkaDate>2026-02-28T10:22:46.3965008+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>0e968b61-94dc-4819-a345-cb3445c48a15</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:22:46.3965008+02:00</d2p1:ToBroadcastDate>
    <d2p1:ToOrkaDate>2026-02-28T10:22:46.3965008+02:00</d2p1:ToOrkaDate>
  </Filters>
  <IsSelectedAll>true</IsSelectedAll>
  <RepresenterId>1</RepresenterId>
</ClientBatchRepresenterUpdateModel>

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.