GET api/liveinplay/{sport}/bettypecategories

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sport

string

Required

Body Parameters

None.

Response Information

Resource Description

BO.MetaData.LiveInPlay.GetSportMarketGroupsResponse
NameDescriptionTypeAdditional information
ResponseType

BO.Enums.ResponseType

None.

ResponseMessage

string

None.

ResponseObject

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "responseType": 1,
  "responseMessage": "sample string 1",
  "responseObject": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<GetSportMarketGroupsResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ResponseType>Success</ResponseType>
  <ResponseMessage>sample string 1</ResponseMessage>
  <ResponseObject>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </ResponseObject>
</GetSportMarketGroupsResponse>