GET api/liveinplay/sports

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BO.BETResponseObjects.BaseResponseOfSystem.Collections.Generic.ListOfBO.Models.LiveInPLay.SportModel
NameDescriptionTypeAdditional information
ResponseObject

Collection of BO.Models.LiveInPLay.SportModel

None.

ResponseMessage

string

None.

ResponseType

BO.Enums.ResponseType

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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