s1 API Host

<back to all web services

MagentoOrderRecreateRequest

The following routes are available for this service:
POST, OPTIONS/api/magento-orders/recreateCancels the magento order by branch id and order idOnly possible if the user is authenticated
Parameters:
NameParameterData TypeRequiredDescription
MagentoOrderRecreateRequestbodyMagentoOrderRecreateRequestYesProvide the requested properties to create a new Magento Order.

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/MagentoOrderRecreateRequest HTTP/1.1 
Host: api2.ghs-automotive.nl 
Content-Type: application/json
Content-Length: length

{"magentoOrderNumber":"String","debtorId":"String","deliveryName":"String","deliveryAddress":"String","deliveryZipCode":"String","deliveryCity":"String","deliveryCountry":"String","deliveryPhoneNumber":"String","deliveryEmailAddress":"String","externalSystemId":"String","invoiceName":"String","invoiceAddress":"String","invoiceZipCode":"String","invoiceCity":"String","invoiceCountry":"String","uuid":"String","userName":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"hadErrors":false,"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]}}