POST api/v1/Post_Addtofavourite
Request Information
URI Parameters
None.
Body Parameters
Addtofavrequest| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyid | string |
None. |
|
| type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"propertyid": "sample string 1",
"type": "sample string 2"
}
application/xml, text/xml
Sample:
<Addtofavrequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge"> <propertyid>sample string 1</propertyid> <type>sample string 2</type> </Addtofavrequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Addtofavresponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"id": 2
}
application/xml, text/xml
Sample:
<Addtofavresponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIBridge"> <id>2</id> <status>sample string 1</status> </Addtofavresponse>