POST api/Calc/CalcCumulativeTax/SetBroadcastDate

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:
{
  "ReportIds": [
    "0349f458-e534-49ac-87a6-2ce572632c1b",
    "57668bb7-6b03-43c2-b3ab-1b7b35dbfc7f",
    "d9e0f617-63b1-4cbf-9d25-f482099b3c91"
  ],
  "Date": "2026-02-26T23:07:47.4224178+02:00"
}

text/xml

Sample:
<BroadcastMultiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Broadcast">
  <Date>2026-02-26T23:07:47.4224178+02:00</Date>
  <ReportIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>0349f458-e534-49ac-87a6-2ce572632c1b</d2p1:guid>
    <d2p1:guid>57668bb7-6b03-43c2-b3ab-1b7b35dbfc7f</d2p1:guid>
    <d2p1:guid>d9e0f617-63b1-4cbf-9d25-f482099b3c91</d2p1:guid>
  </ReportIds>
</BroadcastMultiModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:

Sample not available.