ApexERPHost

<back to all web services

GetLogisticsProductsByCode

Requires Authentication
The following routes are available for this service:
GET/Logistics/LogisticsProductsByCode
GetLogisticsProductsByCode Parameters:
NameParameterData TypeRequiredDescription
bcodequerystringNo
codequerystringNo
crquerystringNo
products_nuquerystringNo
GetLogisticsProductsByCodeResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<LogisticsProductsByCode>No
LogisticsProductsByCode Parameters:
NameParameterData TypeRequiredDescription
ProdPP_idformstringNo
BCodeformstringNo
Products_nuformstringNo
Producer_nuformstringNo
PriceGTformdecimalNo
VatformdecimalNo
lRecipeformintNo
MaxDiscountformdecimalNo
ByWeightformintNo
PackCountformdecimalNo
PriceURformdecimalNo
PriceGRformdecimalNo
PriceUTformdecimalNo
LNotInPriceformboolNo
LifeDateformintNo
InCodeformstringNo
MinCountTradeformintNo
MinCountRetailformintNo
SpendformboolNo
Category_idformstringNo
Category_CodeformstringNo
unitformstringNo
codeformstringNo

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.

GET /Logistics/LogisticsProductsByCode HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	},
	Result: 
	[
		{
			ProdPP_id: String,
			BCode: String,
			Products_nu: String,
			Producer_nu: String,
			PriceGT: 0,
			Vat: 0,
			lRecipe: 0,
			MaxDiscount: 0,
			ByWeight: 0,
			PackCount: 0,
			PriceUR: 0,
			PriceGR: 0,
			PriceUT: 0,
			LNotInPrice: False,
			LifeDate: 0,
			InCode: String,
			MinCountTrade: 0,
			MinCountRetail: 0,
			Spend: False,
			Category_id: String,
			Category_Code: String,
			unit: String,
			code: String
		}
	]
}