Go-to-Light Service 3.1.1.1547 - 97 - API License to GTL Cloud

<back to all web services

UpdateReturnsItemDate

Requires Authentication
The following routes are available for this service:
All Verbs/UpdateReturnsItemDate
UpdateReturnsItemDate Parameters:
NameParameterData TypeRequiredDescription
ReturnsResultqueryReturnsResultInfoYesReturns rack id
ItemDatequeryDateTimeYesDate
ReturnsResultInfo Parameters:
NameParameterData TypeRequiredDescription
ResultformstringNo
ErrorformstringNo
StockformStockNo
RackPositionformReturnsDispatchingRackPositionNo
RackIDformintNo
EANformstringNo
BatchNumberformstringNo
ItemDateformDateTime?No
SpecificCaseToBeTreatedformList<string>No
Stock Parameters:
NameParameterData TypeRequiredDescription
StockIDformintNo
ProductIDformstringNo
ProductAttributeIDformstringNo
ReferenceformstringNo
GtinformstringNo
GtinAttributeformstringNo
LabelformstringNo
StockLocationformstringNo
PhysicalQuantityStockLocationformdoubleNo
ReserveStockLocationformstringNo
PhysicalQuantityReserveStockLocationformdoubleNo
NbSKUInPackageformint?No
PackageReferenceformstringNo
NbSKUInPackage2formint?No
PackageReference2formstringNo
WeightformstringNo
FillInBatchNumberformboolNo
FillInDateformboolNo
StockAdditionalsformList<StockAdditional>No
SearchKeyformstringNo
StockAdditional Parameters:
NameParameterData TypeRequiredDescription
StockIDformintNo
GtinformstringNo
StockLocationformstringNo
PhysicalQuantityStockLocationformdoubleNo
ReturnsDispatchingRackPosition Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
ReturnsDispersionRackIDformintNo
NameformstringNo
EANformstringNo
BatchNumberformstringNo
ItemDateformDateTime?No
QuantityformintNo
StatusformReturnRackPositionStatusNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /UpdateReturnsItemDate HTTP/1.1 
Host: clouddemo.pickeos.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<UpdateReturnsItemDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GoToLightAPI">
  <ItemDate>0001-01-01T00:00:00</ItemDate>
  <ReturnsResult xmlns:d2p1="http://schemas.datacontract.org/2004/07/GoToLightAPI.Entities">
    <d2p1:BatchNumber>String</d2p1:BatchNumber>
    <d2p1:EAN>String</d2p1:EAN>
    <d2p1:Error>String</d2p1:Error>
    <d2p1:ItemDate>0001-01-01T00:00:00</d2p1:ItemDate>
    <d2p1:RackID>0</d2p1:RackID>
    <d2p1:RackPosition>
      <d2p1:BatchNumber>String</d2p1:BatchNumber>
      <d2p1:EAN>String</d2p1:EAN>
      <d2p1:ID>0</d2p1:ID>
      <d2p1:ItemDate>0001-01-01T00:00:00</d2p1:ItemDate>
      <d2p1:Name>String</d2p1:Name>
      <d2p1:Quantity>0</d2p1:Quantity>
      <d2p1:ReturnsDispersionRackID>0</d2p1:ReturnsDispersionRackID>
      <d2p1:Status>EMPTY</d2p1:Status>
    </d2p1:RackPosition>
    <d2p1:Result>String</d2p1:Result>
    <d2p1:SpecificCaseToBeTreated xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>String</d3p1:string>
    </d2p1:SpecificCaseToBeTreated>
    <d2p1:Stock>
      <FillInBatchNumber>false</FillInBatchNumber>
      <FillInDate>false</FillInDate>
      <Gtin>String</Gtin>
      <GtinAttribute>String</GtinAttribute>
      <Label>String</Label>
      <NbSKUInPackage>0</NbSKUInPackage>
      <NbSKUInPackage2>0</NbSKUInPackage2>
      <PackageReference>String</PackageReference>
      <PackageReference2>String</PackageReference2>
      <PhysicalQuantityReserveStockLocation>0</PhysicalQuantityReserveStockLocation>
      <PhysicalQuantityStockLocation>0</PhysicalQuantityStockLocation>
      <ProductAttributeID>String</ProductAttributeID>
      <ProductID>String</ProductID>
      <Reference>String</Reference>
      <ReserveStockLocation>String</ReserveStockLocation>
      <StockAdditionals>
        <StockAdditional>
          <Gtin>String</Gtin>
          <PhysicalQuantityStockLocation>0</PhysicalQuantityStockLocation>
          <StockID>0</StockID>
          <StockLocation>String</StockLocation>
        </StockAdditional>
      </StockAdditionals>
      <StockID>0</StockID>
      <StockLocation>String</StockLocation>
      <Weight>String</Weight>
    </d2p1:Stock>
  </ReturnsResult>
</UpdateReturnsItemDate>