POST dz_api/AAPlatform/DownloadAccAcountSet

记账账套-下载备份的账套

Request Information

URI Parameters

None.

Body Parameters

AccSimple
NameDescriptionTypeAdditional information
CustId

integer

None.

CustName

string

None.

AccAsId

integer

None.

AccAsName

string

None.

AppAsId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustId": 1,
  "CustName": "sample string 2",
  "AccAsId": 3,
  "AccAsName": "sample string 4",
  "AppAsId": "sample string 5"
}

application/xml, text/xml

Sample:
<AccSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Aa">
  <AccAsId>3</AccAsId>
  <AccAsName>sample string 4</AccAsName>
  <AppAsId>sample string 5</AppAsId>
  <CustId>1</CustId>
  <CustName>sample string 2</CustName>
</AccSimple>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

记账账套-下载备份的账套

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.