Infor InsideOut SoapService

  Version: 2.0.0 = Build date: 2012.11.14 - Model: LegrandApplicationIntegration(1.00.00)

Business Area Documentation

TrackingSalesOrders

Methods

NameArgumentsComments 
Load_SalesOrders
NameType
CustomerCode String
Type Int
DateFrom DateTime
DateTo DateTime
ItemCode String
 
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Body>
    <Load_SalesOrders xmlns="xmlns=http://com.infor.portals.soap/">
      <CustomerCode xmlns="">abc</CustomerCode>
      <Type xmlns="">0</Type>
      <DateFrom xmlns="">1968-01-12T06:12:00</DateFrom>
      <DateTo xmlns="">1968-01-12T06:12:00</DateTo>
      <ItemCode xmlns="">abc</ItemCode>
    </Load_SalesOrders>
  </soap:Body>
</soap:Envelope>

Business Objects

NameFieldsComments
SalesOrder
NameTypeInsertableUpdateableBase domainDomainTag name
BaanOrderNumber Int FalseFalse LONG tcorno orno
WebOrderNumber String FalseFalse STRING tcrefb webOrno
Origin String FalseFalse STRING tcmcs.str15 corg
OrderDate DateTime FalseFalse DATE tcdate odat
Status Int FalseFalse LONG tcmcs.int statusCode
Reference String FalseFalse STRING tcrefa refa
ZipCodeDeliveryAddress String FalseFalse STRING tcnamc namc
City String FalseFalse STRING tcnamd namd
Backorder Int FalseFalse LONG tcmcs.int backorderCode
DeliveryToday Int FalseFalse LONG tcmcs.int delTodayCode
NumberOfOrderLines Int FalseFalse LONG tcmcs.int numberLines
 

Business Objects Sets

NameReferenced business objectBaan table
SalesOrders SalesOrder tdsls040

Compositions