EiosIntergration
Click here for a complete list of operations.
CreateOrder
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 /EiosIntergration.asmx HTTP/1.1 Host: 698511.dotdothktrade.tech Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/CreateOrder" <?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> <CreateOrder xmlns="http://tempuri.org/"> <order> <api_key>string</api_key> <OrderID>string</OrderID> <OrderDate>string</OrderDate> <OrderTime>string</OrderTime> <OrderType>string</OrderType> <OrderNowTimed>string</OrderNowTimed> <DeliveryDate>string</DeliveryDate> <DeliveryTime>string</DeliveryTime> <UserID>string</UserID> <ExternalCustomerID>string</ExternalCustomerID> <ContactNumber>string</ContactNumber> <Fullname>string</Fullname> <ExternalAddressID>string</ExternalAddressID> <CompanyName>string</CompanyName> <AddressNo>string</AddressNo> <AddressUnit>string</AddressUnit> <AddressStreet>string</AddressStreet> <AddressCity>string</AddressCity> <AddressPostalcode>string</AddressPostalcode> <AddressState>string</AddressState> <AddressLandmark>string</AddressLandmark> <AddressPODS>string</AddressPODS> <AddressRemarks>string</AddressRemarks> <PickupRemarks>string</PickupRemarks> <AggregatorType>string</AggregatorType> <AggregatorReference>string</AggregatorReference> <StoreCode>string</StoreCode> <SubTotal>string</SubTotal> <TotalDiscount>string</TotalDiscount> <Tax1>string</Tax1> <Tax2>string</Tax2> <GrandTotal>string</GrandTotal> <PaymentType>string</PaymentType> <PaymentStatus>string</PaymentStatus> <GrandTotalBefRound>string</GrandTotalBefRound> <Rounding>string</Rounding> <MembershipNo>string</MembershipNo> <Gift>string</Gift> <CustomerReferenceID>string</CustomerReferenceID> <CouponCode>string</CouponCode> <DeliveryFee>string</DeliveryFee> <CustomerEmailAddress>string</CustomerEmailAddress> <Details> <OrderDetailModel> <SeqNo>string</SeqNo> <SeqSubNo>string</SeqSubNo> <ProductCategory>string</ProductCategory> <PizzaType>string</PizzaType> <EditedTopping>string</EditedTopping> <ProductCode>string</ProductCode> <ProductSizeCode>string</ProductSizeCode> <ProductVariantCode>string</ProductVariantCode> <DiscountCode>string</DiscountCode> <PromotionCode>string</PromotionCode> <ProductPrice>string</ProductPrice> <SurchargePrice>string</SurchargePrice> <TotalDiscount>string</TotalDiscount> <Qty>string</Qty> <TotalPrice>string</TotalPrice> <TimeStamp>string</TimeStamp> </OrderDetailModel> <OrderDetailModel> <SeqNo>string</SeqNo> <SeqSubNo>string</SeqSubNo> <ProductCategory>string</ProductCategory> <PizzaType>string</PizzaType> <EditedTopping>string</EditedTopping> <ProductCode>string</ProductCode> <ProductSizeCode>string</ProductSizeCode> <ProductVariantCode>string</ProductVariantCode> <DiscountCode>string</DiscountCode> <PromotionCode>string</PromotionCode> <ProductPrice>string</ProductPrice> <SurchargePrice>string</SurchargePrice> <TotalDiscount>string</TotalDiscount> <Qty>string</Qty> <TotalPrice>string</TotalPrice> <TimeStamp>string</TimeStamp> </OrderDetailModel> </Details> </order> </CreateOrder> </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> <CreateOrderResponse xmlns="http://tempuri.org/"> <CreateOrderResult>string</CreateOrderResult> </CreateOrderResponse> </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 /EiosIntergration.asmx HTTP/1.1 Host: 698511.dotdothktrade.tech 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> <CreateOrder xmlns="http://tempuri.org/"> <order> <api_key>string</api_key> <OrderID>string</OrderID> <OrderDate>string</OrderDate> <OrderTime>string</OrderTime> <OrderType>string</OrderType> <OrderNowTimed>string</OrderNowTimed> <DeliveryDate>string</DeliveryDate> <DeliveryTime>string</DeliveryTime> <UserID>string</UserID> <ExternalCustomerID>string</ExternalCustomerID> <ContactNumber>string</ContactNumber> <Fullname>string</Fullname> <ExternalAddressID>string</ExternalAddressID> <CompanyName>string</CompanyName> <AddressNo>string</AddressNo> <AddressUnit>string</AddressUnit> <AddressStreet>string</AddressStreet> <AddressCity>string</AddressCity> <AddressPostalcode>string</AddressPostalcode> <AddressState>string</AddressState> <AddressLandmark>string</AddressLandmark> <AddressPODS>string</AddressPODS> <AddressRemarks>string</AddressRemarks> <PickupRemarks>string</PickupRemarks> <AggregatorType>string</AggregatorType> <AggregatorReference>string</AggregatorReference> <StoreCode>string</StoreCode> <SubTotal>string</SubTotal> <TotalDiscount>string</TotalDiscount> <Tax1>string</Tax1> <Tax2>string</Tax2> <GrandTotal>string</GrandTotal> <PaymentType>string</PaymentType> <PaymentStatus>string</PaymentStatus> <GrandTotalBefRound>string</GrandTotalBefRound> <Rounding>string</Rounding> <MembershipNo>string</MembershipNo> <Gift>string</Gift> <CustomerReferenceID>string</CustomerReferenceID> <CouponCode>string</CouponCode> <DeliveryFee>string</DeliveryFee> <CustomerEmailAddress>string</CustomerEmailAddress> <Details> <OrderDetailModel> <SeqNo>string</SeqNo> <SeqSubNo>string</SeqSubNo> <ProductCategory>string</ProductCategory> <PizzaType>string</PizzaType> <EditedTopping>string</EditedTopping> <ProductCode>string</ProductCode> <ProductSizeCode>string</ProductSizeCode> <ProductVariantCode>string</ProductVariantCode> <DiscountCode>string</DiscountCode> <PromotionCode>string</PromotionCode> <ProductPrice>string</ProductPrice> <SurchargePrice>string</SurchargePrice> <TotalDiscount>string</TotalDiscount> <Qty>string</Qty> <TotalPrice>string</TotalPrice> <TimeStamp>string</TimeStamp> </OrderDetailModel> <OrderDetailModel> <SeqNo>string</SeqNo> <SeqSubNo>string</SeqSubNo> <ProductCategory>string</ProductCategory> <PizzaType>string</PizzaType> <EditedTopping>string</EditedTopping> <ProductCode>string</ProductCode> <ProductSizeCode>string</ProductSizeCode> <ProductVariantCode>string</ProductVariantCode> <DiscountCode>string</DiscountCode> <PromotionCode>string</PromotionCode> <ProductPrice>string</ProductPrice> <SurchargePrice>string</SurchargePrice> <TotalDiscount>string</TotalDiscount> <Qty>string</Qty> <TotalPrice>string</TotalPrice> <TimeStamp>string</TimeStamp> </OrderDetailModel> </Details> </order> </CreateOrder> </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> <CreateOrderResponse xmlns="http://tempuri.org/"> <CreateOrderResult>string</CreateOrderResult> </CreateOrderResponse> </soap12:Body> </soap12:Envelope>