POST API/Property/RentailSaleDel
删除房屋租赁信息
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
postId | 房屋租赁ID |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "id": "sample string 1" }
application/xml, text/xml
Sample:
<PostId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models"> <id>sample string 1</id> </PostId>
application/x-www-form-urlencoded
Sample: