s1 API Host

<back to all web services

BoschV3PlaceOrderRequest

The following routes are available for this service:
POST, OPTIONS/api/bosch-v3/place-orderPlace order in S1.ERP for Bosch OS3 / WMO

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

HTTP + XML

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

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

<BoschV3PlaceOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/S1.Api.Domain.Models.Bosch">
  <BuyerOrderId>String</BuyerOrderId>
  <Items>
    <BoschV3PlaceOrderRequestItem>
      <DeliveryId>String</DeliveryId>
      <ItemId>String</ItemId>
      <UnitCount>0</UnitCount>
      <WholesalerArticleId>String</WholesalerArticleId>
    </BoschV3PlaceOrderRequestItem>
  </Items>
  <PartialDelivery>false</PartialDelivery>
  <ReplaceItems>false</ReplaceItems>
  <VehicleIdentification>
    <LicensePlate>String</LicensePlate>
  </VehicleIdentification>
</BoschV3PlaceOrderRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BoschV3PlaceOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/S1.Api.Domain.Models.Bosch">
  <OrderLine>
    <BoschV3OrderLine>
      <Comment>String</Comment>
      <ItemId>String</ItemId>
      <Status>String</Status>
      <WholesalerArticleId>String</WholesalerArticleId>
    </BoschV3OrderLine>
  </OrderLine>
  <WholesalerOrderId>String</WholesalerOrderId>
</BoschV3PlaceOrderResponse>