| GET,POST | /UserHeader | Gets basic User Details for displaying on an application header. | Gets User Header Details. These are displayed on the header bar of web applications. Details include username, balance and bonus bets if available |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| EventId | body | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ClientId | form | int | No | |
| AccountNumber | form | string | No | |
| Title | form | string | No | |
| FirstName | form | string | No | |
| Surname | form | string | No | |
| Username | form | string | No | |
| form | string | No | ||
| SecondaryEmail | form | string | No | |
| Balance | form | decimal | No | |
| AvailableBettingBalance | form | decimal | No | |
| BonusBetCount | form | int | No | |
| BonusBalance | form | decimal | No | |
| IsAvailableDifferentToBalance | form | bool | No | |
| EmailHash | form | string | No | |
| IsAuthenticated | form | bool | No | |
| PendingBetCount | form | int | No | |
| SocialAlertCount | form | int | No | |
| BlackbookCount | form | int | No | |
| TipsAndAlertsCount | form | int | No | |
| Metadata | form | string | No | |
| MillisFromEpochToServerDateStart | form | Tuple<long, string> | No | |
| IsBoostAvailable | form | bool | No | |
| RemoveCancelWithdrawalOption | form | bool | No | |
| RemoveLowBalanceNotification | form | bool | No | |
| IsNCPFAckRequired | form | bool | No | |
| IsNTLicenseAckRequired | form | bool | No | |
| BlueBoostMultiCount | form | int? | No | |
| BlueBoostSGMultiCount | form | int? | No | |
| BlueBoostThoroughbredCount | form | int? | No | |
| BlueBoostTrotCount | form | int? | No | |
| BlueBoostGreyhoundCount | form | int? | No | |
| FESessionTimeout | form | int | No | |
| AccountStatus | form | string | No | |
| ClientProfileID | form | short? | No | |
| PFId | 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 /UserHeader HTTP/1.1
Host: tstextweb20.np.bluebet.com.au
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"EventId":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'UserHeader' using the custom 'csv' filter}Unexpected character encountered while parsing value: S. Path '', line 0, position 0.