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

<back to all web services

ScanReturnsItemDataPoster

Requires Authentication
The following routes are available for this service:
All Verbs/ScanReturnsItemDataPoster
ScanReturnsItemDataPoster Parameters:
NameParameterData TypeRequiredDescription
ReturnsResultqueryReturnsResultInfoYesReturns rack result
RackIDqueryintYesrack id
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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /ScanReturnsItemDataPoster HTTP/1.1 
Host: clouddemo.pickeos.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	ReturnsResult: 
	{
		Result: String,
		Error: String,
		Stock: 
		{
			StockID: 0,
			ProductID: String,
			ProductAttributeID: String,
			Reference: String,
			Gtin: String,
			GtinAttribute: String,
			Label: String,
			StockLocation: String,
			PhysicalQuantityStockLocation: 0,
			ReserveStockLocation: String,
			PhysicalQuantityReserveStockLocation: 0,
			NbSKUInPackage: 0,
			PackageReference: String,
			NbSKUInPackage2: 0,
			PackageReference2: String,
			Weight: String,
			FillInBatchNumber: False,
			FillInDate: False,
			StockAdditionals: 
			[
				{
					StockID: 0,
					Gtin: String,
					StockLocation: String,
					PhysicalQuantityStockLocation: 0
				}
			],
			SearchKey: String-String-String-String-String
		},
		RackPosition: 
		{
			ID: 0,
			ReturnsDispersionRackID: 0,
			Name: String,
			EAN: String,
			BatchNumber: String,
			ItemDate: 0001-01-01,
			Quantity: 0,
			Status: EMPTY
		},
		RackID: 0,
		EAN: String,
		BatchNumber: String,
		ItemDate: 0001-01-01,
		SpecificCaseToBeTreated: 
		[
			String
		]
	},
	RackID: 0
}