GET api/punters/{punterId}/getpunterblackListwithdrawaltypes

Request Information

URI Parameters

NameDescriptionTypeAdditional information
punterId

integer

Required

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfSystem.Collections.Generic.ListOfBO.BETResponseObjects.Punter.PunterBlackListWithdrawalTypeResponse
NameDescriptionTypeAdditional information
ResponseObject

Collection of BO.BETResponseObjects.Punter.PunterBlackListWithdrawalTypeResponse

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

Sample:
{
  "responseObject": [
    {
      "withdrawalBlacklistID": 1,
      "fK_ClientID": 2,
      "fK_ClientTransactionTypeID": 3,
      "fK_WithdrawalBlacklistReasonID": 4,
      "dateCreated": "2025-12-15T11:59:38.7698621+02:00"
    },
    {
      "withdrawalBlacklistID": 1,
      "fK_ClientID": 2,
      "fK_ClientTransactionTypeID": 3,
      "fK_WithdrawalBlacklistReasonID": 4,
      "dateCreated": "2025-12-15T11:59:38.7698621+02:00"
    }
  ],
  "responseMessage": "sample string 1",
  "responseType": 1
}

application/xml, text/xml

Sample:
<BaseResponseOfListOfPunterBlackListWithdrawalTypeResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseObject>
    <PunterBlackListWithdrawalTypeResponse>
      <WithdrawalBlacklistID>1</WithdrawalBlacklistID>
      <FK_ClientID>2</FK_ClientID>
      <FK_ClientTransactionTypeID>3</FK_ClientTransactionTypeID>
      <FK_WithdrawalBlacklistReasonID>4</FK_WithdrawalBlacklistReasonID>
      <DateCreated>2025-12-15T11:59:38.7698621+02:00</DateCreated>
    </PunterBlackListWithdrawalTypeResponse>
    <PunterBlackListWithdrawalTypeResponse>
      <WithdrawalBlacklistID>1</WithdrawalBlacklistID>
      <FK_ClientID>2</FK_ClientID>
      <FK_ClientTransactionTypeID>3</FK_ClientTransactionTypeID>
      <FK_WithdrawalBlacklistReasonID>4</FK_WithdrawalBlacklistReasonID>
      <DateCreated>2025-12-15T11:59:38.7698621+02:00</DateCreated>
    </PunterBlackListWithdrawalTypeResponse>
  </ResponseObject>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseType>Success</ResponseType>
</BaseResponseOfListOfPunterBlackListWithdrawalTypeResponse>