Order


Click here for a complete list of operations.

PlaceOrder2_DelModeID

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /services/Order.asmx HTTP/1.1
Host: shop.klokkerholm.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://Klokkerholm.com/Services/Order/PlaceOrder2_DelModeID"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PlaceOrder2_DelModeID xmlns="http://Klokkerholm.com/Services/Order">
      <UserName>string</UserName>
      <Password>string</Password>
      <DeliveryDate>dateTime</DeliveryDate>
      <RequisitionNo>string</RequisitionNo>
      <Remarks>string</Remarks>
      <Delivery>
        <Name>string</Name>
        <Attention>string</Attention>
        <Address1>string</Address1>
        <Address2>string</Address2>
        <Address3>string</Address3>
        <Zip>string</Zip>
        <City>string</City>
        <Country>string</Country>
      </Delivery>
      <AcceptBackorders>boolean</AcceptBackorders>
      <EmailConfirmation>string</EmailConfirmation>
      <Items>string</Items>
      <Language>string</Language>
      <DeleveryModeID>int</DeleveryModeID>
    </PlaceOrder2_DelModeID>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PlaceOrder2_DelModeIDResponse xmlns="http://Klokkerholm.com/Services/Order">
      <PlaceOrder2_DelModeIDResult>
        <Success>boolean</Success>
        <OrderNumber>string</OrderNumber>
        <ErrorMessage>string</ErrorMessage>
      </PlaceOrder2_DelModeIDResult>
    </PlaceOrder2_DelModeIDResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /services/Order.asmx HTTP/1.1
Host: shop.klokkerholm.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <PlaceOrder2_DelModeID xmlns="http://Klokkerholm.com/Services/Order">
      <UserName>string</UserName>
      <Password>string</Password>
      <DeliveryDate>dateTime</DeliveryDate>
      <RequisitionNo>string</RequisitionNo>
      <Remarks>string</Remarks>
      <Delivery>
        <Name>string</Name>
        <Attention>string</Attention>
        <Address1>string</Address1>
        <Address2>string</Address2>
        <Address3>string</Address3>
        <Zip>string</Zip>
        <City>string</City>
        <Country>string</Country>
      </Delivery>
      <AcceptBackorders>boolean</AcceptBackorders>
      <EmailConfirmation>string</EmailConfirmation>
      <Items>string</Items>
      <Language>string</Language>
      <DeleveryModeID>int</DeleveryModeID>
    </PlaceOrder2_DelModeID>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <PlaceOrder2_DelModeIDResponse xmlns="http://Klokkerholm.com/Services/Order">
      <PlaceOrder2_DelModeIDResult>
        <Success>boolean</Success>
        <OrderNumber>string</OrderNumber>
        <ErrorMessage>string</ErrorMessage>
      </PlaceOrder2_DelModeIDResult>
    </PlaceOrder2_DelModeIDResponse>
  </soap12:Body>
</soap12:Envelope>