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 15 Next »

Description

This message is a resonse to a status request regarding a specific product in stock.

Specification

XML struktur

LxirEnvelope (1)

LxirEnvelope/Header (1)

The short name [SHORT] on the client the message refers to. Code available from contact person for integration.

Element       

Code

Mand.

Explanation

DateTime

 

Y

Date and time stamp when the message was created

DocumentNumber

 

Y

Counter document no

 

DocumentVersion

 

Y

Document version

DocumentName

 

Y

Document name

ToPartnerUser

 

Y

The short name [SHORT] on the client the message refers to. Code available from contact person for integration.

ToPartner

 

Y

[SHORT]

FromPartnerUser

 

Y

[SHORT]

FromPartner

 

Y

Fixed value, short name loading system               

 

LxirEnvelope /Body (1)

LxirEnvelope /Body /ClientWarehouseProductResponse (1)

LxirEnvelope /Body / ClientWarehouseProductResponse / ClientWarehouseProduct (1)

Element

Code

Mand.

Explanation

 

ProductNumber

 

Y

Product number

reOrderLevel

 

N

Re order level of a product

SubOrderQuantity

 

N

Sub order quantity

WarehouseShortname

 

Y

Warehouse short name

Example

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

<soap:Envelope xmlns:xmb="http://schemas.extend.se/xmb/messageenvelope" xmlns:soap="http://www.w3.org/2003/05/soap-envelope">

  <soap:Header>

    <xmb:Document>

      <xmb:Id>56e3819b-6539-4a16-88c1-437ae38fed49</xmb:Id>

      <xmb:Name>LxirClientWarehouseProductResponse</xmb:Name>

      <xmb:Version>1.0</xmb:Version>

      <xmb:CreateDate>2011-01-26T14:23:24</xmb:CreateDate>

      <xmb:Priority>5</xmb:Priority>

      <xmb:SequenceNumber>0</xmb:SequenceNumber>

      <xmb:Test>false</xmb:Test>

      <xmb:ContentType>XML</xmb:ContentType>

    </xmb:Document>

    <xmb:To>

      <xmb:System>*</xmb:System>

      <xmb:Address />

      <xmb:Party>SELECTA</xmb:Party>

      <xmb:PartyId>00000000-0000-0000-0000-000000000000</xmb:PartyId>

    </xmb:To>

    <xmb:From>

      <xmb:System>XOE</xmb:System>

      <xmb:Address>LAB-XMB1</xmb:Address>

      <xmb:Party>SELECTA</xmb:Party>

      <xmb:PartyId>00000000-0000-0000-0000-000000000000</xmb:PartyId>

    </xmb:From>

  </soap:Header>

  <soap:Body>

    <ClientWarehouseProductResponse>

     <ClientWarehouseProduct ProductNumber="str1234" reOrderLevel="str1234" SubOrderQuantity="str1234" WarehouseShortname="str1234" />

    </ClientWarehouseProductResponse>

  </soap:Body>

</soap:Envelope>

XSD

 

 

Document version history

Version.

Date

Author/change

Comment

A

2014-07-01

Muhammad Jawad

The document created
  • No labels