WSDL can be found at: https://app.allocadence.com/services/ims.wsdl
Items in italics are required by the schema.
XML Complex Types
Request – The base of all requests to the web service
CustomerOrder – An order a customer has placed that need fulfillment. An order number must be provided.
CustomerOrderItem – A line item of a customer order.
Item – Item Information.
Customer – A customer. A name or surname must be provided along with at least one line of an address.
Save Customer Order
The SaveCustomerOrder web method is used to post customer orders into Allocadence. The input is a basic request with a CustomerOrder element. SaveCustomerOrderResponse is sent back, telling if the save was successful or not.
SaveCustomerOrderRequest Syntax
SaveCustomerOrderResponseSyntax