PUT api/Clients/SetExpectedBroadcastDate
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:
{
"TaxYear": 1,
"ExpectedBroadcastDate": "2025-12-30T18:49:19.059526+02:00",
"BroadcastDate": "2025-12-30T18:49:19.059526+02:00",
"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": "25ead532-a667-40fa-96fd-b292399dfe1e",
"accountingId": "sample string 7",
"notWithCampaignId": 1,
"excludePersonIds": [
"efaf70bd-0b9f-4dba-9ba1-07c61bc8e56a",
"33971d23-6ae6-4554-8185-5b821759d8a1",
"050b3cb8-818c-4c68-b30e-367fb1974332"
],
"excludeBusinessIds": [
"82d874c5-05b3-4462-ac2c-1740f9909899",
"aa07fba2-9098-4c1d-98d9-c39aae143154",
"e8d6fda6-fe39-400e-a3ae-f6ebbbf005df"
],
"clientIds": [
"0a532c76-331b-476c-84e0-df0134f39a54",
"23c9d52e-5e48-41b4-9f01-3826a83e73a0",
"8b68edcc-06bf-4f5c-b180-7f9871f6d7dd"
],
"expectedBroadcastDate": "2025-12-30T18:49:19.059526+02:00",
"fromExpectedBroadcastDate": "2025-12-30T18:49:19.059526+02:00",
"fromBroadcastDate": "2025-12-30T18:49:19.059526+02:00",
"toBroadcastDate": "2025-12-30T18:49:19.059526+02:00",
"fromOrkaDate": "2025-12-30T18:49:19.059526+02:00",
"toOrkaDate": "2025-12-30T18:49:19.059526+02:00",
"isBroadcasted": true,
"agentIds": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"taxYear": 1,
"sharingPermission": 0
},
"ClientIds": [
"35344504-48a6-4d00-bc46-afce69483348",
"7fc3ec89-ce86-423a-85e7-db140e388d55",
"3946c59e-44cb-4d58-b311-c85286eb588c"
]
}
text/xml
Sample:
<ExpectedBroadcastDateUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common">
<ClientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>35344504-48a6-4d00-bc46-afce69483348</d2p1:guid>
<d2p1:guid>7fc3ec89-ce86-423a-85e7-db140e388d55</d2p1:guid>
<d2p1:guid>3946c59e-44cb-4d58-b311-c85286eb588c</d2p1:guid>
</ClientIds>
<BroadcastDate>2025-12-30T18:49:19.059526+02:00</BroadcastDate>
<ExpectedBroadcastDate>2025-12-30T18:49:19.059526+02:00</ExpectedBroadcastDate>
<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>0a532c76-331b-476c-84e0-df0134f39a54</d3p1:guid>
<d3p1:guid>23c9d52e-5e48-41b4-9f01-3826a83e73a0</d3p1:guid>
<d3p1:guid>8b68edcc-06bf-4f5c-b180-7f9871f6d7dd</d3p1:guid>
</ClientIds>
<ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>82d874c5-05b3-4462-ac2c-1740f9909899</d3p1:guid>
<d3p1:guid>aa07fba2-9098-4c1d-98d9-c39aae143154</d3p1:guid>
<d3p1:guid>e8d6fda6-fe39-400e-a3ae-f6ebbbf005df</d3p1:guid>
</ExcludeBusinessIds>
<ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>efaf70bd-0b9f-4dba-9ba1-07c61bc8e56a</d3p1:guid>
<d3p1:guid>33971d23-6ae6-4554-8185-5b821759d8a1</d3p1:guid>
<d3p1:guid>050b3cb8-818c-4c68-b30e-367fb1974332</d3p1:guid>
</ExcludePersonIds>
<ExpectedBroadcastDate>2025-12-30T18:49:19.059526+02:00</ExpectedBroadcastDate>
<ExternalId>1</ExternalId>
<FromBroadcastDate>2025-12-30T18:49:19.059526+02:00</FromBroadcastDate>
<FromExpectedBroadcastDate>2025-12-30T18:49:19.059526+02:00</FromExpectedBroadcastDate>
<FromOrkaDate>2025-12-30T18:49:19.059526+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>25ead532-a667-40fa-96fd-b292399dfe1e</PaperlessId>
<SharingPermission>Read</SharingPermission>
<StandAloneOnly>true</StandAloneOnly>
<TaxYear>1</TaxYear>
<TaxpayersOnly>true</TaxpayersOnly>
<Terms>sample string 1</Terms>
<ToBroadcastDate>2025-12-30T18:49:19.059526+02:00</ToBroadcastDate>
<ToOrkaDate>2025-12-30T18:49:19.059526+02:00</ToOrkaDate>
</Filters>
<IsSelectedAll>true</IsSelectedAll>
<TaxYear>1</TaxYear>
</ExpectedBroadcastDateUpdate>
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.