Package DE_EPAGES::Product::API::WebService::AppointmentService
Implements the Appointment WebService.
Base |
DE_EPAGES::Content::API::WebService::BaseContentService |
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 |
|
new
Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.
Syntax |
$Service = DE_EPAGES::Product::API::WebService::AppointmentService->new( %Options ); |
Input |
|
Return |
|
update
WebService-Method: update Updates a list of appointments.
Syntax |
$SoapData = $self->update( $aAppointments ) |
Input |
|
Return |
|