GET api/quarter_added_tax/dictData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfStatementTaxDictData
NameDescriptionTypeAdditional information
State

ResponseState

None.

SubState

ResponseSubStateCode

None.

Data

StatementTaxDictData

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1000,
  "subState": 0,
  "data": {},
  "msg": "sample string 1"
}

application/xml, text/xml

Sample:
<ResponseDataOfStatementTaxDictDatajLoGNTOQ 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/LemonAccTax.Declaration.Shared.Dtos.StatementDeclare" />
  <Msg>sample string 1</Msg>
  <State>OK</State>
  <SubState>OK</SubState>
</ResponseDataOfStatementTaxDictDatajLoGNTOQ>