api.eurol.com
Open in
urlscan Pro
2001:9a8:a6:0:87:233:203:232
Public Scan
Submitted URL: https://api.eurol.com/
Effective URL: https://api.eurol.com/docs
Submission: On June 26 via api from US — Scanned from NL
Effective URL: https://api.eurol.com/docs
Submission: On June 26 via api from US — Scanned from NL
Form analysis
0 forms found in the DOMText Content
README EUROL Documentation on how the Eurol API works. ORDER Send an order to Eurol URL : /api/order/ Method : POST Auth required : YES Basic Authentication : * Username: Provided by Eurol * Password: Provided by Eurol Request <?xml version="1.0" encoding="utf-8"?> <Order> <EurolCustomerNumber>999997</EurolCustomerNumber> <YourPurchaseOrderNumber>123456</YourPurchaseOrderNumber> <YourReference>Eurol XML EDI bestelling</YourReference> <DeliveryAddressCode>001</DeliveryAddressCode> <CreationDateTime>2019-12-11T09:41:19+01:00</CreationDateTime> <OrderLine> <EurolArticleNumber>123456</EurolArticleNumber> <EurolVariantCode>1234</EurolVariantCode> <Quantity>4</Quantity> </OrderLine> </Order> SUCCESS RESPONSE Condition : If everything is OK and the order is successfully processed. Code : 200 Response <?xml version="1.0" encoding="UTF-8"?> <Response> <Status>Order processed</Status> <Error></Error> </Response> ERROR RESPONSE Condition : If the XML is invalid Code : 400 Response <?xml version="1.0" encoding="UTF-8"?> <Response> <Status>Order processing failed</Status> <Error>Message is invalid</Error> </Response> AUTHENTICATION FAILURE Condition : If authentication failes Code : 401 Response No response