POST api/Calc/CalcCumulativeTax/MapAppendixDReport
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:
{
"CumulativeTaxReportId": "9b472bb0-1271-4a77-950d-06c25d0b9bb2",
"AppendixDReportId": "5a4a2916-4a22-48f6-8172-1c52141f0184"
}
text/xml
Sample:
<CalcCumulativeTaxAppendixDMapRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Site.DomainLogic.Import"> <AppendixDReportId>5a4a2916-4a22-48f6-8172-1c52141f0184</AppendixDReportId> <CumulativeTaxReportId>9b472bb0-1271-4a77-950d-06c25d0b9bb2</CumulativeTaxReportId> </CalcCumulativeTaxAppendixDMapRequest>
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.