POST Betting/GetSportExoticCategory

GetSportExoticCategory

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiSportExoticCategoryResponse
NameDescriptionTypeAdditional information
ResponseObject

Gets or sets the response object.

Collection of ApiSportExoticCategory

None.

ResponseType

Gets or sets the type of the response.

integer

None.

ResponseMessage

Gets or sets the response message.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseObject": [
    {
      "SpecialExoticCategoryID": 1,
      "SpecialExoticCategoryName": "sample string 2"
    },
    {
      "SpecialExoticCategoryID": 1,
      "SpecialExoticCategoryName": "sample string 2"
    }
  ],
  "ResponseType": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiSportExoticCategoryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponseType>1</ResponseType>
  <ResponseObject>
    <ApiSportExoticCategory>
      <SpecialExoticCategoryID>1</SpecialExoticCategoryID>
      <SpecialExoticCategoryName>sample string 2</SpecialExoticCategoryName>
    </ApiSportExoticCategory>
    <ApiSportExoticCategory>
      <SpecialExoticCategoryID>1</SpecialExoticCategoryID>
      <SpecialExoticCategoryName>sample string 2</SpecialExoticCategoryName>
    </ApiSportExoticCategory>
  </ResponseObject>
</ApiSportExoticCategoryResponse>