删除一条移交记录
None.
Name | Description | Type | Additional information |
---|---|---|---|
CustId |
客户ID |
integer |
None. |
RecId |
记录Id |
integer |
None. |
{ "CustId": 1, "RecId": 2 }
<GetHandoverRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Customer.Models"> <CustId>1</CustId> <RecId>2</RecId> </GetHandoverRequest>
Sample not available.
删除一条移交记录
booleantrue
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>