POST v1/NexusTax/NexusTaxDelete

Allow user to delete one or more nexus tax record

Request Information

URI Parameters

None.

Body Parameters

NexusTaxDeleteRequest
NameDescriptionTypeAdditional information
NexusTaxID

Provide the Nexus Tax ID

integer

Required

NexusTaxBatchID

Provide the Nexus Tax Batch ID

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "NexusTaxID": 1,
  "NexusTaxBatchID": 2
}

application/xml, text/xml

Sample:
<NexusTaxDeleteRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <NexusTaxID>1</NexusTaxID>
  <NexusTaxBatchID>2</NexusTaxBatchID>
</NexusTaxDeleteRequest>

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 'NexusTaxDeleteRequest'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

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