Player Attendance

URL https://api.fixionline.com/PrivateServices/CustomerService.svc
Methods Supported PUT
Description Marks the attendance for the specified player.

Methods

Name  Description 
SaveCustomerAttendance   
SaveCustomerAttendanceList   
Method: SaveCustomerAttendance
Parameters
Name  Type  Direction  Description 
SaveCustomerAttendanceRequest  SaveCustomerAttendanceRequest  Input   
Returns

A SaveCustomerAttendanceResult element having the structure defined by the following table.

Name  Type  Description 
Message  string   
Success  boolean   
Method: SaveCustomerAttendanceList
Parameters
Name  Type  Direction  Description 
SaveCustomerAttendanceRequestList  SaveCustomerAttendanceListRequest  Input   
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.

Component  Type  Description 
Attendance  Attendance   
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.

Component  Type  Description 
ApplicationId  guid   
AttendanceList  ArrayOfAttendance   
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