| All Verbs | /DeleteBlackbook |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BlackbookType | query | byte | No | Blackbook Type |
| EventType | query | int | No | Event Type ID |
| Name | query | string | No | Name |
| OutcomeId | query | int | No | Outcome Id |
| EventId | query | int | No | Event Id |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ErrorNo | form | int | No | |
| Message | form | string | No | |
| OutcomesToRemove | form | IEnumerable<BlackbookOutcomeToRemove> | No | |
| SocialGroups | form | IEnumerable<BlackbookSocialGroup> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BlackbookHighlightID | form | long | No | |
| EventID | form | int | No | |
| OutcomeID | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GroupId | form | int | No | |
| GroupName | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /DeleteBlackbook HTTP/1.1
Host: tstextweb20.np.bluebet.com.au
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"BlackbookType":0,"EventType":0,"Name":"String","OutcomeId":0,"EventId":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"ErrorNo":0,"Message":"String"}