POST v1/OneSourceTax/OneSourceCalculateCommitReSubmit
Call Thomson Reuters OneSource REST API for calculating and committing tax ReSubmission and applying to Midnight estimates/orders
Request Information
URI Parameters
None.
Body Parameters
OneSourceTaxReSubmissionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OneSourceTaxAPILogID | integer |
None. |
Remarks
None.
Request Formats
application/json, text/json
Sample:
{
"OneSourceTaxAPILogID": 1
}
application/xml, text/xml
Sample:
<OneSourceTaxReSubmissionRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <OneSourceTaxAPILogID>1</OneSourceTaxAPILogID> </OneSourceTaxReSubmissionRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>
