...
Specific messages (type/code/text) for this webservice
Type | Code | Text |
E | EBS-00001 | Something went wrong in processing the order. Your order is not fulfilled. |
E | EBS-10003 | A product with this EAN is not available. |
E | EBS-10004 | This product is not available for delivery. |
E | EBS-10005 | This OrderReference has already been used, use another reference. |
E | EBS-10006 | This product can not be ordered yet. |
E | EBS-10017 | Your credit limit has been exceeded. |
E | EBS-10034 | This product is not available for the given reading method. |
E | EBS-10043 | The combination of ReadingMethods and Protection is not allowed |
E | EBS-10045 | No valid license model found for this order |
E | EBS-10046 | For licensing models Shoulder and Tail, the rental period has to be 3 weeks |
E | EBS-10053 | Referenced order not found |
E | EBS-10054 | Referenced order is not for the same UserId |
E | EBS-10060 | Product ordered but no price available yet, please try again tomorrow. |
Current error code | Current error message | New error code | New error message |
EBS-10063 | The field EAN is mandatory. | WMS-00008 | [object has missing required properties ([\"EAN\"])] |
EBS-10064 | The field ReadingMethod is mandatory. | WMS-00008 | [object has missing required properties ([\"ReadingMethod\"])] |
EBS-10065 | The field Protection is mandatory. | WMS-00008 | [object has missing required properties ([\"Protection \"])] |
EBS-10066 | The field RentalUnit is mandatory. | WMS-00008 | [object has missing required properties ([\"RentalUnit \"])] |
EBS-10067 | The field RentalNumberOfUnits is mandatory. | WMS-00008 | [object has missing required properties ([\"RentalNumberOfUnits \"])] |
EBS-10068 | The field OrderReference is mandatory. | WMS-00008 | [object has missing required properties ([\"OrderReference \"])] |
EBS-10069 | The field UserId is mandatory. | WMS-00008 | [object has missing required properties ([\"UserId \"])] |
EBS-10070 | Invalid value for ReadingMethod. | WMS-00008 | [instance value (\"<onjuiste waarde>\") not found in enum (possible values: [\"D\",\"CR\"])] |
EBS-10071 | Invalid value for Protection. | WMS-00008 | [instance value (\"<onjuiste waarde>\") not found in enum (possible values: [\"00\",\"02\",\"03\"])] |
EBS-10072 | Invalid value for RentalUnit. | WMS-00008 | [instance value (\"<onjuiste waarde>\") not found in enum (possible values: [\"DAG\"])] |
EBS-10073 | The field EAN must be 13 long. | WMS-00008 | [ECMA 262 regex \"^([0-9]{13})$\" does not match input string \"<onjuiste waarde>\"] |
EBS-10074 | The field RentalNumberOfUnits must be numeric (1-99999). | WMS-00008 | [ECMA 262 regex \"^(2[01]|1[0-9]|[1-9])$\" does not match input string \"<onjuiste waarde>\"] |
EBS-10075 | The field OrderReference must be maximum 100 long. | WMS-00008 | [string \"<onjuiste waarde>\" is too long (length: 168, maximum allowed: 100)] |
Operation: placeOrder
This operation is used to place orders with the purpose of renting out digital products to subscribers. The customer places an order for a title the subscriber would like to rent. The operation returns an url to where the digital product is available.
...