Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Request URL

/api/push/PushStockAdjustment

...

JSON format

...


Body

JSON format

{
  "Responses": [
    {
      "Response": {
        "StockAdjustment": {
          "IntegrationId": "IntegrationId",

           


          "MessagePart": 0,

           


          "MessageTotal": 0,

           


          "MessageGroupId": "MessageGroupId",

           


          "SequenceNumber": "SequenceNumber",

           


          "InternalId": "InternalId",

           


          "StockAdjustmentType": "StockAdjustmentType",

           


          "StockAdjustmentDate": "StockAdjustmentDate",

           


          "DCCode": "DCCode"

         

,
          "LocationType": "LocationType"
        },

         


        "List": {

           


          "StockAdjustmentLineItem": [

             


            {

               


              "LineInternalId": "LineInternalId",

               


              "LineNumber": "LineNumber",

               


              "ProductCode": "ProductCode",

               


              "EAN": "EAN",

 


              "Quantity": "Quantity",

               


              "ReasonCode": "ReasonCode",

               


              "ReasonDescription": "ReasonDescription",

               


              "LotNumber": "LotNumber",

               


              "UOM": "UOM",

               


              "SignedQuantity": "SignedQuantity"

             


            },

             


            {

               


              "LineInternalId": "LineInternalId",

               


              "LineNumber": "LineNumber",

               


              "ProductCode": "ProductCode",

               


              "EAN": "EAN",

               


              "Quantity": "Quantity",

               


              "ReasonCode": "ReasonCode",

               


              "ReasonDescription": "ReasonDescription",

               


              "LotNumber": "LotNumber",

               


              "UOM": "UOM",

               


              "SignedQuantity": "SignedQuantity"

             


            },

             


            {

               


              "LineInternalId": "LineInternalId",

               


              "LineNumber": "LineNumber",

               


              "ProductCode": "ProductCode",

               


              "EAN": "EAN",

               


              "Quantity": "Quantity",

 


              "ReasonCode": "ReasonCode",

               


              "ReasonDescription": "ReasonDescription",

               


              "LotNumber": "LotNumber",

               


              "UOM": "UOM",

               


              "SignedQuantity": "SignedQuantity"

             


            }

           


          ]

         


        }

       


      }

     


    }

   


  ]

 }


}


XML format
<Responses><Response>
  <StockAdjustment>
    <IntegrationId>IntegrationId</IntegrationId>
    <MessagePart>0</MessagePart>
    <MessageTotal>0</MessageTotal>
    <MessageGroupId>MessageGroupId</MessageGroupId>
    <SequenceNumber>SequenceNumber</SequenceNumber>
    <InternalId>InternalId</InternalId>
    <StockAdjustmentType>StockAdjustmentType</StockAdjustmentType>
    <StockAdjustmentDate>StockAdjustmentDate</StockAdjustmentDate>
    <DCCode>DCCode</DCCode>
    <LocationType>LocationType</LocationType>
  </StockAdjustment>
  <List>
    <StockAdjustmentLineItem>
      <LineInternalId>LineInternalId</LineInternalId>
      <LineNumber>LineNumber</LineNumber>
      <ProductCode>ProductCode</ProductCode>
      <EAN>EAN</EAN>
      <Quantity>Quantity</Quantity>
      <ReasonCode>ReasonCode</ReasonCode>
      <ReasonDescription>ReasonDescription</ReasonDescription>
      <LotNumber>LotNumber</LotNumber>
      <UOM>UOM</UOM>
      <SignedQuantity>SignedQuantity</SignedQuantity>
    </StockAdjustmentLineItem>
    <StockAdjustmentLineItem>
      <LineInternalId>LineInternalId</LineInternalId>
      <LineNumber>LineNumber</LineNumber>
      <ProductCode>ProductCode</ProductCode>
      <EAN>EAN</EAN>
      <Quantity>Quantity</Quantity>
      <ReasonCode>ReasonCode</ReasonCode>
      <ReasonDescription>ReasonDescription</ReasonDescription>
      <LotNumber>LotNumber</LotNumber>
      <UOM>UOM</UOM>
      <SignedQuantity>SignedQuantity</SignedQuantity>
    </StockAdjustmentLineItem>
    <StockAdjustmentLineItem>
      <LineInternalId>LineInternalId</LineInternalId>
      <LineNumber>LineNumber</LineNumber>
      <ProductCode>ProductCode</ProductCode>
      <EAN>EAN</EAN>
      <Quantity>Quantity</Quantity>
      <ReasonCode>ReasonCode</ReasonCode>
      <ReasonDescription>ReasonDescription</ReasonDescription>
      <LotNumber>LotNumber</LotNumber>
      <UOM>UOM</UOM>
      <SignedQuantity>SignedQuantity</SignedQuantity>
    </StockAdjustmentLineItem>
  </List>
</Response>
</Responses>