Player Attendance
| URL |
https://api.fixionline.com/PrivateServices/CustomerService.svc |
| Methods Supported |
PUT |
| Description |
Marks the attendance for the specified player. |
Methods
Method: SaveCustomerAttendance
Parameters
Returns
A SaveCustomerAttendanceResult element having the structure defined by the following table.
| Name |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
Method: SaveCustomerAttendanceList
Parameters
Returns
A SaveCustomerAttendanceListResult element having the structure defined by the following table.
| Name |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
Complex Types: CustomerService
Complex Type: ArrayOfAttendance
Content Model
Contains elements as defined in the following table.
Complex Type: Attendance
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Attended |
boolean |
|
| CalendarId |
int |
|
| CustomerId |
int |
|
| TeamId |
int |
|
|
|
|
Complex Type: ResponseBase
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
|
|
|
Complex Type: SaveCustomerAttendanceListRequest
Content Model
Contains elements as defined in the following table.
Complex Type: SaveCustomerAttendanceListResponse
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
|
|
|
Complex Type: SaveCustomerAttendanceRequest
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| ApplicationId |
guid |
|
| Attended |
boolean |
|
| CalendarId |
int |
|
| CustomerId |
int |
|
| TeamId |
int |
|
|
|
|
Complex Type: SaveCustomerAttendanceResponse
Content Model
Contains elements as defined in the following table.
| Component |
Type |
Description |
| Message |
string |
|
| Success |
boolean |
|
|
|
|