POST dz_api/Handover/Delete

删除一条移交记录

Request Information

URI Parameters

None.

Body Parameters

GetHandoverRequest
NameDescriptionTypeAdditional information
CustId

客户ID

integer

None.

RecId

记录Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustId": 1,
  "RecId": 2
}

application/xml, text/xml

Sample:
<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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

删除一条移交记录

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>