代账服务-获取全部报税类型
None.
None.
代账服务-获取全部报税类型
Collection of DeclareTaxTypeInfoName | Description | Type | Additional information |
---|---|---|---|
DeclareTaxTypeId |
报税类型ID |
integer |
None. |
DeclareTaxTypeName |
报税类型名称 |
string |
None. |
[ { "DeclareTaxTypeId": 1, "DeclareTaxTypeName": "sample string 2" }, { "DeclareTaxTypeId": 1, "DeclareTaxTypeName": "sample string 2" } ]
<ArrayOfDeclareTaxTypeInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa"> <DeclareTaxTypeInfo> <DeclareTaxTypeId>1</DeclareTaxTypeId> <DeclareTaxTypeName>sample string 2</DeclareTaxTypeName> </DeclareTaxTypeInfo> <DeclareTaxTypeInfo> <DeclareTaxTypeId>1</DeclareTaxTypeId> <DeclareTaxTypeName>sample string 2</DeclareTaxTypeName> </DeclareTaxTypeInfo> </ArrayOfDeclareTaxTypeInfo>