POST api/Calc/CalcCumulativeTax/BroadcastMulti
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:
{
"ReportIds": [
"3cd403d3-2b7c-4cea-9a7f-5efd5daca899",
"2bc2fefb-ea71-4b4c-a4cb-9221b3b423e5",
"e84208d5-02f2-4a54-bb2b-e37b6a8ccae0"
],
"Date": "2026-02-28T10:28:12.4889833+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-28T10:28:12.4889833+02:00</Date>
<ReportIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3cd403d3-2b7c-4cea-9a7f-5efd5daca899</d2p1:guid>
<d2p1:guid>2bc2fefb-ea71-4b4c-a4cb-9221b3b423e5</d2p1:guid>
<d2p1:guid>e84208d5-02f2-4a54-bb2b-e37b6a8ccae0</d2p1:guid>
</ReportIds>
</BroadcastMultiModel>
application/x-www-form-urlencoded
Sample:
Sample not available.