POST api/Calc/CalcCumulativeTax/BroadcastMulti

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": [
    "2738d5bd-414b-4358-b99a-4408b1c0c28e",
    "6a570eb8-3ef1-414c-80ff-f5e04944c9df",
    "260719e3-d3ce-4860-8438-7d16e1f9732c"
  ],
  "Date": "2025-12-30T18:50:42.5130506+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>2025-12-30T18:50:42.5130506+02:00</Date>
  <ReportIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>2738d5bd-414b-4358-b99a-4408b1c0c28e</d2p1:guid>
    <d2p1:guid>6a570eb8-3ef1-414c-80ff-f5e04944c9df</d2p1:guid>
    <d2p1:guid>260719e3-d3ce-4860-8438-7d16e1f9732c</d2p1:guid>
  </ReportIds>
</BroadcastMultiModel>

application/x-www-form-urlencoded

Sample:

Sample not available.