代账服务-获得账套信息
Name | Description | Type | Additional information |
---|---|---|---|
custId | integer |
Required |
None.
代账服务-获得账套信息
GetAccAsResultName | Description | Type | Additional information |
---|---|---|---|
AccAsName |
账套名称 |
string |
None. |
CompanyName |
公司名称 |
string |
None. |
TaxIdCode |
纳税人识别号 |
string |
None. |
AsStartDate |
启用年月 |
date |
None. |
AccountStandard |
会计准则 |
string |
None. |
CustTaxType |
纳税性质 |
string |
None. |
EnableCashFeature |
是否开启资金模块 |
boolean |
None. |
EnableCheck |
是否开启审核功能 |
boolean |
None. |
{ "AccAsName": "sample string 1", "CompanyName": "sample string 2", "TaxIdCode": "sample string 3", "AsStartDate": "2025-04-04T12:45:46.9338867+08:00", "AccountStandard": "sample string 4", "CustTaxType": "sample string 5", "EnableCashFeature": true, "EnableCheck": true }
<GetAccAsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models.App"> <AccAsName>sample string 1</AccAsName> <AccountStandard>sample string 4</AccountStandard> <AsStartDate>2025-04-04T12:45:46.9338867+08:00</AsStartDate> <CompanyName>sample string 2</CompanyName> <CustTaxType>sample string 5</CustTaxType> <EnableCashFeature>true</EnableCashFeature> <EnableCheck>true</EnableCheck> <TaxIdCode>sample string 3</TaxIdCode> </GetAccAsResult>