PUT api/punters/notifications/mark-as-read
Request Information
URI Parameters
None.
Body Parameters
BO.BETRequestObjects.Punter.MarkPunterNotificationsAsReadRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PunterId | integer |
None. |
|
| Platform | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"punterId": 1,
"platform": "sample string 2"
}
application/xml, text/xml
Sample:
<MarkPunterNotificationsAsReadRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PunterId>1</PunterId> <Platform>sample string 2</Platform> </MarkPunterNotificationsAsReadRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BO.BETResponseObjects.BaseResponseOfSystem.String| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject | string |
None. |
|
| ResponseMessage | string |
None. |
|
| ResponseType | BO.Enums.ResponseType |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseObject": "sample string 1",
"responseMessage": "sample string 2",
"responseType": 1
}
application/xml, text/xml
Sample:
<BaseResponseOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ResponseObject>sample string 1</ResponseObject> <ResponseMessage>sample string 2</ResponseMessage> <ResponseType>Success</ResponseType> </BaseResponseOfString>