GET api/env/TaxTypeRedirect

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfListOfTaxTypeRedirectModel
NameDescriptionTypeAdditional information
State

ResponseState

None.

SubState

ResponseSubStateCode

None.

Data

Collection of TaxTypeRedirectModel

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1000,
  "subState": 0,
  "data": [
    {
      "label": "sample string 1",
      "dataTaxType": "sample string 2",
      "type": "sample string 3",
      "isShow": true,
      "host": "sample string 5"
    },
    {
      "label": "sample string 1",
      "dataTaxType": "sample string 2",
      "type": "sample string 3",
      "isShow": true,
      "host": "sample string 5"
    }
  ],
  "msg": "sample string 1"
}

application/xml, text/xml

Sample:
<ResponseDataOfArrayOfTaxTypeRedirectModelKvywVySw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.TaxDeclaration.Service.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAcc.TaxDeclaration.Service.Areas.Statements.Models">
    <d2p1:TaxTypeRedirectModel>
      <d2p1:DataTaxType>sample string 2</d2p1:DataTaxType>
      <d2p1:Host>sample string 5</d2p1:Host>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Label>sample string 1</d2p1:Label>
      <d2p1:Type>sample string 3</d2p1:Type>
    </d2p1:TaxTypeRedirectModel>
    <d2p1:TaxTypeRedirectModel>
      <d2p1:DataTaxType>sample string 2</d2p1:DataTaxType>
      <d2p1:Host>sample string 5</d2p1:Host>
      <d2p1:IsShow>true</d2p1:IsShow>
      <d2p1:Label>sample string 1</d2p1:Label>
      <d2p1:Type>sample string 3</d2p1:Type>
    </d2p1:TaxTypeRedirectModel>
  </Data>
  <Msg>sample string 1</Msg>
  <State>OK</State>
  <SubState>OK</SubState>
</ResponseDataOfArrayOfTaxTypeRedirectModelKvywVySw>