POST dz_api/AaService/UpdateAccAs

代账服务-编辑账套

Request Information

URI Parameters

None.

Body Parameters

UpdateAccAsPara
NameDescriptionTypeAdditional information
AccAsName

账套名称

string

None.

CompanyName

公司名称

string

None.

TaxIdCode

纳税人识别号

string

None.

AsStartDate

启用年月

date

None.

AccountStandard

会计准则

integer

None.

CustTaxType

纳税性质

integer

None.

EnableCashFeature

是否开启资金模块

string

None.

EnableCheck

是否开启审核功能

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccAsName": "sample string 1",
  "CompanyName": "sample string 2",
  "TaxIdCode": "sample string 3",
  "AsStartDate": "2024-04-28T21:56:44.4407301+08:00",
  "AccountStandard": 5,
  "CustTaxType": 6,
  "EnableCashFeature": "sample string 7",
  "EnableCheck": true
}

application/xml, text/xml

Sample:
<UpdateAccAsPara 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>5</AccountStandard>
  <AsStartDate>2024-04-28T21:56:44.4407301+08:00</AsStartDate>
  <CompanyName>sample string 2</CompanyName>
  <CustTaxType>6</CustTaxType>
  <EnableCashFeature>sample string 7</EnableCashFeature>
  <EnableCheck>true</EnableCheck>
  <TaxIdCode>sample string 3</TaxIdCode>
</UpdateAccAsPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

代账服务-编辑账套

None.