GET api/SalesTaxDetail/{Tax_Schedule}/{Tax_Detail}

Get SalesTaxDetail requests.

Request Information

Parameters

NameDescriptionAdditional information
Tax_Schedule
No documentation available.

Define this parameter in the request URI.

Tax_Detail
No documentation available.

Define this parameter in the request URI.

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Tax_Schedule": "sample string 1",
  "Tax_Detail": "sample string 2",
  "Percent": 3.0,
  "Rounding_Type": 4,
  "Tax_Detail_Type": 5,
  "Based_On_Detail": "sample string 6",
  "Based_On": 7,
  "Taxable_Tax": 64,
  "UserFieldData": [
    {},
    {},
    {}
  ],
  "UserFieldNames": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Notifications": null
}