Removes an Entry from the Server.
With this operation the caller can remove an entry from the appointment database identified by its u8sEntryID.
ArgumentType: AsnAppointmentRemoveEntryArgument
AsnAppointmentRemoveEntryArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sEntryID | string | The EntryID of the appointment database entry which should be removed. | |
optionalParams | AsnOptionalParameters | yes | No optional parameters yet. |
ResultType: AsnAppointmentRemoveEntryResult
AsnAppointmentRemoveEntryResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iResult | number | 0: The call went well and the entry has been removed; all other values indicates, that removing the entzry failed on database level. | |
optionalParams | AsnOptionalParameters | yes | No optional parameters yet. |
ErrorType: AsnRequestError
AsnRequestError is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iErrorDetail | number | A number representing the error | |
u8sErrorString | string | A string representing the error | |
optionalParams | AsnOptionalParameters | yes | No optional params yet |
Version 6.4