添加或修改一条收款账户记录
None.
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccId |
账户ID |
integer |
None. |
| AccName |
账户名称 |
string |
None. |
| AccInfo |
账户信息 |
string |
None. |
{
"AccId": 1,
"AccName": "sample string 2",
"AccInfo": "sample string 3"
}
<ReceiptAccInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Receipt"> <AccId>1</AccId> <AccInfo>sample string 3</AccInfo> <AccName>sample string 2</AccName> </ReceiptAccInfo>
Sample not available.
添加或修改一条收款账户记录
None.