将账套放入回收站,并将新的账套ID更新到客户
None.
Name | Description | Type | Additional information |
---|---|---|---|
OldAppAsId |
旧账套AppAsId |
string |
None. |
OldAccAsId |
旧账套AsId |
integer |
None. |
OldAccAsName |
旧账套名称 |
string |
None. |
NewAccAsId |
新账套AsId |
integer |
None. |
{ "OldAppAsId": "sample string 1", "OldAccAsId": 2, "OldAccAsName": "sample string 3", "NewAccAsId": 4 }
<DropOldAsToRecycleBinAndUpdateNewAsPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.AccountSet.Models"> <NewAccAsId>4</NewAccAsId> <OldAccAsId>2</OldAccAsId> <OldAccAsName>sample string 3</OldAccAsName> <OldAppAsId>sample string 1</OldAppAsId> </DropOldAsToRecycleBinAndUpdateNewAsPara>
Sample not available.
将账套放入回收站,并将新的账套ID更新到客户
string"sample string 1"
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>