Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Request URL

/api/push/PushStockOvernightLocation


Body

JSON format


  "Responses": [ 
    { 
      "Response": { 
        "StockOvernightLocation": { 
          "MessagePart": 0, 
          "MessageTotal": 0, 
          "MessageGroupId": "MessageGroupId", 
          "SequenceNumber": 0 
        }, 
        "List": { 
          "StockOvernightLocationLineItem": [ 
            { 
              "AtEndOfDate": "AtEndOfDate", 
              "ProductCode": "ProductCode", 
              "ProductDescription": "ProductDescription", 
              "LotNo": "LotNo", 
              "Location": "Location", 
              "LocationType": "LocationType", 
              "LPN": 0, 
              "UOM": "UOM", 
              "Quantity": 0, 
              "BestBeforeDate": "BestBeforeDate", 
              "CustomerCode": "CustomerCode", 
              "CustomerName": "CustomerName", 
              "DCCode": "DCCode", 
              "DCName": "DCName" 
            }, 
            { 
              "AtEndOfDate": "AtEndOfDate", 
              "ProductCode": "ProductCode", 
              "ProductDescription": "ProductDescription", 
              "LotNo": "LotNo", 
              "Location": "Location", 
              "LocationType": "LocationType", 
              "LPN": 0, 
              "UOM": "UOM", 
              "Quantity": 0, 
              "BestBeforeDate": "BestBeforeDate", 
              "CustomerCode": "CustomerCode", 
              "CustomerName": "CustomerName", 
              "DCCode": "DCCode", 
              "DCName": "DCName" 
            }, 
            { 
              "AtEndOfDate": "AtEndOfDate", 
              "ProductCode": "ProductCode", 
              "ProductDescription": "ProductDescription", 
              "LotNo": "LotNo", 
              "Location": "Location", 
              "LocationType": "LocationType", 
              "LPN": 0, 
              "UOM": "UOM", 
              "Quantity": 0, 
              "BestBeforeDate": "BestBeforeDate", 
              "CustomerCode": "CustomerCode", 
              "CustomerName": "CustomerName", 
              "DCCode": "DCCode", 
              "DCName": "DCName" 
            } 
          ] 
        } 
      } 
    } 
  ] 

XML format
<Responses><Response>
  <StockOvernightLocation>
    <MessagePart>0</MessagePart>
    <MessageTotal>0</MessageTotal>
    <MessageGroupId>MessageGroupId</MessageGroupId>
    <SequenceNumber>0</SequenceNumber>
  </StockOvernightLocation>
  <List>
    <StockOvernightLocationLineItem>
      <AtEndOfDate>AtEndOfDate</AtEndOfDate>
      <ProductCode>ProductCode</ProductCode>
      <ProductDescription>ProductDescription</ProductDescription>
      <LotNo>LotNo</LotNo>
      <Location>Location</Location>
      <LocationType>LocationType</LocationType>
      <LPN>0</LPN>
      <UOM>UOM</UOM>
      <Quantity>0</Quantity>
      <BestBeforeDate>BestBeforeDate</BestBeforeDate>
      <CustomerCode>CustomerCode</CustomerCode>
      <CustomerName>CustomerName</CustomerName>
      <DCCode>DCCode</DCCode>
      <DCName>DCName</DCName>
    </StockOvernightLocationLineItem>
    <StockOvernightLocationLineItem>
      <AtEndOfDate>AtEndOfDate</AtEndOfDate>
      <ProductCode>ProductCode</ProductCode>
      <ProductDescription>ProductDescription</ProductDescription>
      <LotNo>LotNo</LotNo>
      <Location>Location</Location>
      <LocationType>LocationType</LocationType>
      <LPN>0</LPN>
      <UOM>UOM</UOM>
      <Quantity>0</Quantity>
      <BestBeforeDate>BestBeforeDate</BestBeforeDate>
      <CustomerCode>CustomerCode</CustomerCode>
      <CustomerName>CustomerName</CustomerName>
      <DCCode>DCCode</DCCode>
      <DCName>DCName</DCName>
    </StockOvernightLocationLineItem>
    <StockOvernightLocationLineItem>
      <AtEndOfDate>AtEndOfDate</AtEndOfDate>
      <ProductCode>ProductCode</ProductCode>
      <ProductDescription>ProductDescription</ProductDescription>
      <LotNo>LotNo</LotNo>
      <Location>Location</Location>
      <LocationType>LocationType</LocationType>
      <LPN>0</LPN>
      <UOM>UOM</UOM>
      <Quantity>0</Quantity>
      <BestBeforeDate>BestBeforeDate</BestBeforeDate>
      <CustomerCode>CustomerCode</CustomerCode>
      <CustomerName>CustomerName</CustomerName>
      <DCCode>DCCode</DCCode>
      <DCName>DCName</DCName>
    </StockOvernightLocationLineItem>
  </List>
</Response>
</Responses>
  • No labels