POST dz_api/AAPlatform/DegradeAccAs

账套降级

Request Information

URI Parameters

None.

Body Parameters

DegradeAccAsPara
NameDescriptionTypeAdditional information
AccAsId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AccAsId": 1
}

application/xml, text/xml

Sample:
<DegradeAccAsPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountingAgent.Models">
  <AccAsId>1</AccAsId>
</DegradeAccAsPara>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

账套降级

UpgradeAccAssResult
NameDescriptionTypeAdditional information
Result

boolean

None.

AsId

integer

None.

NewAsId

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "AsId": 2,
  "NewAsId": 3,
  "Msg": "sample string 4"
}

application/xml, text/xml

Sample:
<UpgradeAccAssResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Business.AccountingAgent.Models">
  <AsId>2</AsId>
  <Msg>sample string 4</Msg>
  <NewAsId>3</NewAsId>
  <Result>true</Result>
</UpgradeAccAssResult>