POST v1/OneSourceTax/OneSourceCalculateCommitReSubmit

Call Thomson Reuters OneSource REST API for calculating and committing tax ReSubmission and applying to Midnight estimates/orders

This is secure method and requires below attributes in header

Authorization: Midnight Authorize Token

Request Information

URI Parameters

None.

Body Parameters

OneSourceTaxReSubmissionRequest
NameDescriptionTypeAdditional information
OneSourceTaxAPILogID

integer

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OneSourceTaxReSubmissionRequest'.

Response Information

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>