| Member name | Value | Description |
---|
| Error | 0 |
An unspecified error happened in the server
|
| ConcurrencyError | 1 |
A concurrency error occured. Please try again later.
|
| NumberOfMaxRentalObjectsExceeded | 2 |
A request has exceeded the maximum number of rental objects a method can return data for per call.
It is only relevant for the following methods:
BookingWcfService.RentalObjectsCriteria |
| InvalidRentalObjectNo | 3 |
The provided rental object number is invalid
|
| InvalidOrderNo | 4 |
The provided order number did not match any registered orders.
|
| InvalidCurrencyIsoCode | 5 |
The provided currency ISO code is invalid
|
| InvalidCountryIsoCode | 6 |
The provided country ISO code is invalid
|
| InvalidProfileId | 7 |
The provided customer profile Id is not a valid GUID or does not match an existing customer
|
| RentalAccessoryNotAvailable | 8 |
There requested number of items are not available for rental accessory: {0}
|
| InvalidArticle | 9 |
The article "ArticleNo" cannot be added to the order
|
| InvalidArticleTicket | 10 |
The article "ArticleNo" has no available tickets
|
| InvalidChangeFromPersonToCompany | 11 |
An existing customer of type person cannot be changed to a company customer.
|
| InvalidChangeFromCompanyToPerson | 12 |
An existing company customer cannot be changed to a person customer.
|
| InvalidBankInfo | 13 |
The bank info could not be validated. See reason code in error message.
|
| InvalidEanNumber | 14 |
The provided EAN number is invalid
|
| InvalidCustomerPerson | 15 |
The Customer person contaning details about the customer is either null or missing nescessary information
|
| InvalidCustomerCompany | 16 |
The Customer company contaning details about the customer is either null or missing nescessary information
|
| InvalidPhoneNumber | 17 |
A phonenumber failed validation. It may only contain digits or white spaces. Atleast 1 digit is required.
|
| BookingRentalObjectNotVacant | 18 |
The rental object can not be booked because it is not vacant in the provided period
|
| BookingInvalidMediaCode | 19 |
The provided media code ID is either invalid or does not exist
|
| BookingInvalidArrivalDepartureDate | 20 |
The provided arrival or departure date is invalid
|
| BookingPetsExceededMax | 21 |
The number of pets provided is higher than the maximum allowed number of pets for the rental object.
|
| BookingPersonsExceededMax | 22 |
The number of persons provided is higher than the maximum allowed number of persons for the rental object.
|
| BookingAdultsZero | 23 |
The number of adults must be greater than zero
|
| UpdateOrderPaymentInvalidMerchantId | 24 |
The merchant ID is null or empty
|
| UpdateOrderPaymentInvalidAmount | 25 |
The amount is not set to a positive value greater than zero
|
| UpdateOrderPaymentInvalidTicket | 26 |
The payment ticket is invalid
|
| UpdateOrderPaymentInvalidFormOfPayment | 27 |
The provided form of payment is not supported by this method
|
| DeleteOrderDeleteNotAllowed | 28 |
The order cannot be deleted. This could be due to a lack of permission or the order has already been accepted by the customer.
|
| UpdateOrderRentalAgreementNotFound | 29 |
The provided order number did not contain any rental agreements, or the rental agreements have been deleted.
|
| UpdateOrderMultipleRentalAgreementsNotSupported | 30 |
Changing orders that contain more than 1 rental agreement is not supported.
|
| InvalidFormOfPaymentCurrencyCombination | 31 |
The provided form of payment is invalid in conjunction with the selected currency
|
| OwnerAccessOwnerNotFound | 32 |
The provided owner login details did not match any owners
|
| OwnerAccessDocumentNotFound | 33 |
The requested document does not exist or is not associated with the supplied owner login details
|
| OwnerAccessValidationError | 34 |
The update failed because of one or more validation errors
|
| OwnerAccessPasswordNotUnique | 35 |
The password cannot be changed because the password is used by another owner on the same rental object
|
| OwnerAccessNotPrimaryOwner | 36 |
The operation failed because the owner is not the primary owner of this rental object
|
| CustomerReviewAlreadyExists | 37 |
A customer review has already been submitted for the supplied order number.
|
| CustomerReviewMissingRentalObjectNo | 38 |
Multiple rental agreements exists for the supplied order number. Please supply a rental object number as input criteria, to ensure the review is added to the correct rental agreement.
|
| CustomerReviewInvalidCategory | 39 |
One or more of the suppplied customer review categories does not exist or are discontinued.
|
| UpdateCalendarWeek39Rule | 40 |
The provided date interval violates the winter rule of the rental object.
|
| UpdateCalendarDateConflict | 41 |
The provided date interval violates one or more existing calendar intervals.
|
| UpdateCalendarDeleteRepeatedBlocking | 42 |
It is not possible to delete a repeated blocking on the calendar.
|
| UpdateCalendarMissingIntermeditationAgreement | 43 |
It is only possible to add or remove owner blockings, when the whole date interval is covered by intermediation intervals.
|
| CustomerDocumentNotFound | 44 |
The requested document id was not found
|
| InputCriteriaRequired | 45 |
At least one search criteria must be filled out
|
| UpdateRentalObjectCannotAlterActivatedPriceChange | 46 |
The price change cannot be altered because it is already activated
|
| RedundantOrderConfirm | 47 |
The order has already been confirmed (FormOfPayment=CustomerCredit).
|
| InvalidConfirmationURI | 48 |
The order confirmation URI is not well-formed.
|
| OrderConfirmRequiresCustomerCredit | 49 |
OrderConfirm is only allowed for invoices with FormOfPayment=CustomerCredit.
|
| OrderConfirmRequiresCustomerCreditState | 50 |
OrderConfirm requires customer credit state (internal error).
|
| InvalidCustomerReviewGrade | 51 |
The given grade is invalid.
|
| CannotCreditTicketAlreadyUsed | 52 |
It is only allowed to credit an invoiceline if its tickets has not been used
|
| RegionOrAreaRequired | 53 |
A region or area is required.
|
| RentalObjectNoRequired | 54 |
Multiple rental agreements exists for the supplied order number. Please supply a rental object number as input criteria, to the correct rental agreement is found.
|
| DescriptionRequired | 55 |
Description is required.
|
| AtLeastOneCauseRequired | 56 |
At least one cause is required.
|
| CaseTypeNotApplicable | 57 |
Case type not applicable.
|
| CannotReceiveCaseTypeFromCustomer | 58 |
Cannot receive case type from customer.
|
| InvalidCaseTypeForCause | 59 |
Invalid case type for cause.
|
| SubcauseDiscontinued | 60 |
Subcause discontinued.
|
| CauseDiscontinued | 61 |
Cause discontinued.
|
| SubCauseNotFound | 62 |
Subcause not found.
|
| CauseNotFound | 63 |
Cause not found.
|
| ConcerningTypeInvalid | 64 |
Concerning type invalid.
|
| ExpectedRentalContractNotFound | 65 |
Expected rental contract not found.
|
| ExpectedRentalObjectNotFound | 66 |
Expected rental object not found.
|
| ExpectedInvoiceNotFound | 67 |
Expected invoice not found.
|
| RegionNotFound | 68 |
Region not found.
|
| AreaNotFound | 69 |
Area not found.
|
| PartnerBlockingError | 70 |
Partner Blocking error
|
| PartnerNotFound | 71 |
Partner not found.
|
| PartnerRentalObjectNotFound | 72 |
Partner RentalObject not found.
|
| PartnerBlockingNotFound | 73 |
PartnerBlocking not found.
|
| CampaignCodeInvalid | 74 |
The supplied campaign code is invalid or does not exists.
|
| InvalidGuid | 75 |
The supplied guid string is not a valid guid.
|
| CreateExternalOrderNotFound | 76 |
The requested create external order was not found..
|