POST api/Parameter/GetWitholdingTaxCodeList

Request Information

URI Parameters

None.

Body Parameters

GetWitholdingTaxCodeListMobileRequest

None.

Request Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<GetWitholdingTaxCodeListMobileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile" />

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

Response Information

Resource Description

GetWitholdingTaxCodeListMobileResponse
NameDescriptionTypeAdditional information
WitholdingTaxCodeList

Collection of WitholdingTaxCodeMobileModel

None.

Result

ResultType

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "WitholdingTaxCodeList": [
    {
      "WitholdingTaxCodeId": 1.0,
      "TaxCode": "sample string 2",
      "TaxName": "sample string 3",
      "TaxRate": 4.0
    },
    {
      "WitholdingTaxCodeId": 1.0,
      "TaxCode": "sample string 2",
      "TaxName": "sample string 3",
      "TaxRate": 4.0
    }
  ],
  "Result": 0,
  "ErrorMessage": "sample string 1"
}

application/xml, text/xml

Sample:
<GetWitholdingTaxCodeListMobileResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">
  <_x003C_ErrorMessage_x003E_k__BackingField>sample string 1</_x003C_ErrorMessage_x003E_k__BackingField>
  <_x003C_Result_x003E_k__BackingField>Success</_x003C_Result_x003E_k__BackingField>
  <WitholdingTaxCodeList>
    <WitholdingTaxCodeMobileModel>
      <TaxCode>sample string 2</TaxCode>
      <TaxName>sample string 3</TaxName>
      <TaxRate>4</TaxRate>
      <WitholdingTaxCodeId>1</WitholdingTaxCodeId>
    </WitholdingTaxCodeMobileModel>
    <WitholdingTaxCodeMobileModel>
      <TaxCode>sample string 2</TaxCode>
      <TaxName>sample string 3</TaxName>
      <TaxRate>4</TaxRate>
      <WitholdingTaxCodeId>1</WitholdingTaxCodeId>
    </WitholdingTaxCodeMobileModel>
  </WitholdingTaxCodeList>
</GetWitholdingTaxCodeListMobileResponse>