POST events/like
Request Information
URI Parameters
None.
Body Parameters
LikeEventRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventID | string |
None. |
|
| Liked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventID": "sample string 1",
"liked": true
}
application/xml, text/xml
Sample:
<LikeEventRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural.Common"> <EventID>sample string 1</EventID> <Liked>true</Liked> </LikeEventRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StarAPIResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Result | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.