POST api/ActionService/GetTaxInfo

Documentation for 'GetTaxInfo'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ConceptID": 1,
  "CountryCode": "sample string 2"
}

application/xml, text/xml

Sample:
<CountryDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages">
  <ConceptID>1</ConceptID>
  <CountryCode>sample string 2</CountryCode>
</CountryDataRequest>

application/x-www-form-urlencoded

Sample:

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "Name": "sample string 1",
    "Percentage": 2.0,
    "Factor": 3.0
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfTaxYVxenrm_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Payment">
    <d2p1:Factor>3</d2p1:Factor>
    <d2p1:Name>sample string 1</d2p1:Name>
    <d2p1:Percentage>2</d2p1:Percentage>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfTaxYVxenrm_S>