POST dz_api/Handover/DeleteBelonging

删除物品

Request Information

URI Parameters

None.

Body Parameters

DeleteBliRequest
NameDescriptionTypeAdditional information
CustId

客户ID

integer

None.

BliId

物品ID

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<DeleteBliRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.Customer.Models">
  <BliId>2</BliId>
  <CustId>1</CustId>
</DeleteBliRequest>

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>