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

Version 1 Next »

Description

This integration is used to update the product balance by the external system. The specification is illustrated as the number 5 below.

Specification

Balance, LXIRExternalBalance

XMLstructure

LxirEnvelope \Header(1)

Element       

Code

Mand.

Explanation

FromPartner YFrom system
FromPartnerUser YUser from system / Client
ToPartner YTo system
ToPartnerUser YUser of from system / Client
DocumentName YDocument name
DocumentVersion NVersion of a document
DocumentNumber NDocument number
DateTime NDocument create date (YY-MM-DD hh:mm)

 

LxirEnvelope \Body\ItemBalance (1-999)

Element       

Code

Mand.

Explanation

ProductNumber NProduct number handled in Extend
Warehouse YWarehouse short name
Balance YNew balance
Note NNotes 
LogDate NDate of update balance
CustomerProductNumber NCustomer Product Number
Example

 <?xml version="1.0encoding="utf-8"?>

<LxirEnvelope>

  <Header FromPartner="anySimpleType" FromPartnerUser="anySimpleType" ToPartner="anySimpleType" ToPartnerUser="anySimpleType" DocumentName="LxirExternalBalance" DocumentVersion="DocumentVersion1" DocumentNumber="DocumentNumber1" DateTime="DateTime1" />

  <Body>

    <ItemBalance>

      <ProductNumber> 1511857</ProductNumber>

      <Warehouse> 2008200</Warehouse>

      <Balance>20</Balance>

      <Note>Note1</Note>

      <LogDate> 2016-08-08T12:12:12</LogDate>

     <CustomerProductNumber> 1511857</CustomerProductNumber>

    </ItemBalance>

    <ItemBalance>

      <ProductNumber> 1511858</ProductNumber>

      <Warehouse> 2008200</Warehouse>

      <Balance>25</Balance>

      <Note>Note1</Note>

      <LogDate> 2016-08-08T12:12:12</LogDate>

     <CustomerProductNumber> 1511857</CustomerProductNumber>

    </ItemBalance>

  </Body>

</LxirEnvelope>

Document version history

Version

Date

Author/change

Commenct

A

2016-09-19

Muhammad Jawad

Integration specification for LxirExternalBalance

1.02016-10-03Martin Fransson 
1.12017-08-14Muhammad JawadChanged ProductNumber to non mandatory and also added the CustomerProductNumber field
  • No labels