Match
| URL |
https://api.fixionline.com/PrivateServices/MatchService.svc |
| Methods Supported |
GET |
| Description |
Returns a list of matches between the specified dates.
Returns the details of a specific match. |
Methods
Method: GetMatchById
Parameters
Returns
A GetMatchByIdResult element having the structure defined by the following table.
| Name |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
| MatchDetailView |
MatchDetailView |
|
Method: GetMatchesByDateRange
Parameters
Returns
A GetMatchesByDateRangeResult element having the structure defined by the following table.
Method: GetMatchesByIdList
Parameters
Returns
A GetMatchesByIdListResult element having the structure defined by the following table.
Complex Types: MatchService
Complex Type: ArrayOfCustomerAsPlayerDetailView
Content Model
Contains elements as defined in the following table.
Complex Type: ArrayOfint
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| int |
int |
|
|
|
|
Complex Type: ArrayOfMatchDetailView
Content Model
Contains elements as defined in the following table.
Complex Type: ArrayOfMatchListView
Content Model
Contains elements as defined in the following table.
Complex Type: ArrayOfResourceListView
Content Model
Contains elements as defined in the following table.
Complex Type: ArrayOfUpcomingMatchView
Content Model
Contains elements as defined in the following table.
Complex Type: CustomerAsPlayerDetailView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Address |
string |
|
| Created |
dateTime |
|
| DOB |
dateTime |
|
| Email |
string |
|
| FirstName |
string |
|
| Gender |
string |
|
| ID |
int |
|
| LastName |
string |
|
| MatchAttended |
boolean |
|
| MatchesAttendedPostRegistration |
int |
|
| MatchesAttendedPreRegistration |
int |
|
| Mobile |
string |
|
| Modified |
dateTime |
|
| Phone |
string |
|
| Postcode |
string |
|
| RegistrationDate |
dateTime |
|
| RegistrationExpiryDate |
dateTime |
|
| Role |
PlayerRoleEnum |
|
| ShirtNumber |
string |
|
| State |
string |
|
| Status |
PlayerStatusEnum |
|
| Suburb |
string |
|
|
|
|
Complex Type: DivisionAttendanceView
Content Model
Contains elements as defined in the following table.
Complex Type: DivisionBasicView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Id |
string |
|
| Name |
string |
|
|
|
|
Complex Type: GetMatchByIdRequest
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| ApplicationId |
guid |
|
| Id |
int |
|
|
|
|
Complex Type: GetMatchByIdResponse
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
| MatchDetailView |
MatchDetailView |
|
|
|
|
Complex Type: GetMatchesByDateRangeRequest
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| ApplicationId |
guid |
|
| EndDate |
dateTime |
|
| StartDate |
dateTime |
|
|
|
|
Complex Type: GetMatchesByDateRangeResponse
Content Model
Contains elements as defined in the following table.
Complex Type: GetMatchesByIdListRequest
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| ApplicationId |
guid |
|
| MatchIdList |
ArrayOfint |
|
|
|
|
Complex Type: GetMatchesByIdListResponse
Content Model
Contains elements as defined in the following table.
Complex Type: MatchDetailView
Content Model
Contains elements as defined in the following table.
Complex Type: MatchListView
Content Model
Contains elements as defined in the following table.
Complex Type: ResourceListView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Id |
int |
|
| Name |
string |
|
|
|
|
Complex Type: ResponseBase
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
|
|
|
Complex Type: SeasonBasicView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Id |
string |
|
| Name |
string |
|
|
|
|
Complex Type: SportBasicView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| ColorHTML |
string |
|
| Id |
string |
|
| Message |
string |
|
| Name |
string |
|
| TextColorHTML |
string |
|
|
|
|
Complex Type: TeamBasicFinancialView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Balance |
decimal |
|
| RoundFee |
decimal |
|
| TeamBasicView |
TeamBasicView |
|
|
|
|
Complex Type: TeamBasicView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Id |
int |
|
| Name |
string |
|
|
|
|
Complex Type: TeamDetailFinancialView
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Balance |
decimal |
|
| Created |
dateTime |
|
| DiscountRate |
decimal |
|
| DiscountType |
string |
|
| ID |
int |
|
| Message |
string |
|
| Modified |
dateTime |
|
| Name |
string |
|
| PlayerViewList |
ArrayOfCustomerAsPlayerDetailView |
|
| RegistrationBalance |
decimal |
|
| Status |
StatusEnum |
|
| TeamRegistrationFee |
decimal |
|
| UpcomingMatchList |
ArrayOfUpcomingMatchView |
|
| WeeklyFeeDue |
decimal |
|
| WeeklyFeePaid |
decimal |
|
|
|
|
Complex Type: UpcomingMatchView
Content Model
Contains elements as defined in the following table.