记账账套-将账套放入回收站
None.
Name | Description | Type | Additional information |
---|---|---|---|
AppAsId | string |
None. |
|
CustId | integer |
None. |
|
AccAsId | integer |
None. |
|
AccAsName | string |
None. |
{ "AppAsId": "sample string 1", "CustId": 2, "AccAsId": 3, "AccAsName": "sample string 4" }
<AccountSetSimpleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.AccountSet"> <AccAsId>3</AccAsId> <AccAsName>sample string 4</AccAsName> <AppAsId>sample string 1</AppAsId> <CustId>2</CustId> </AccountSetSimpleModel>
Sample not available.
记账账套-将账套放入回收站
string"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>