Package DE_EPAGES::Calendar::API::WebService::AppointmentService
Implements the Appointment WebService.
Base |
DE_EPAGES::Shop::API::WebService::BaseShopService |
Functions
create
WebService-Method: create Creates a list of appointments.
Syntax |
$SoapData = $self->create( $aAppointments ) |
Input |
|
Return |
|
delete
WebService-Method: delete Deletes a list of appointments.
Syntax |
$SoapData = $self->delete( $aAppointments ) |
Input |
|
Return |
|
exists
WebService-Method: exists Returns exists status of a list of appointments.
Syntax |
$SoapData = $self->exists( $aAppointments ) |
Input |
|
Return |
|
getInfo
WebService-Method: getInfo Returns information about a list of appointments.
Syntax |
$SoapData = $self->getInfo( $aAppointments, $aAttributes, $aLanguageCodes ) |
Input |
|
Return |
|
update
WebService-Method: update Updates a list of appointments.
Syntax |
$SoapData = $self->update( $aAppointments ) |
Input |
|
Return |
|