POST api/event/entry/star
Request Information
URI Parameters
None.
Body Parameters
StarEntryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EntryID | string |
None. |
|
| Starred | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"entryID": "sample string 1",
"starred": true
}
application/xml, text/xml
Sample:
<StarEntryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural.Common"> <EntryID>sample string 1</EntryID> <Starred>true</Starred> </StarEntryRequest>
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.