POST API/Property/CloseComplainMark
投诉评价关闭 返回结果:{"Status":true,"Message":"","Data":{ Valid = false/true, Message = ""}}
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| mark | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"Score": 2.0
}
application/xml, text/xml
Sample:
<CloseMark 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> <Score>2</Score> </CloseMark>
application/x-www-form-urlencoded
Sample:
Sample not available.