ApexERPHost

<back to all web services

GetIF00060K

Requires Authentication
The following routes are available for this service:
GET/Logistics/IF00060K
GetIF00060K Parameters:
NameParameterData TypeRequiredDescription
ExqueryboolNo
SupIDqueryint?No
dbquerystringNo
crquerystringNo
d1queryDateTime?No
d2queryDateTime?No
NumberInquerystringNo
NumberOutquerystringNo
CategoryIdquerystringNo
MWSqueryboolNo
GetIF00060KResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IF00060K>No
IF00060K Parameters:
NameParameterData TypeRequiredDescription
ProdPP_idformstringNo
incodeformstringNo
nettoformdecimalNo
bruttoformdecimalNo
packccountformintNo
BCodeformstringNo
Products_idformstringNo
OpDet_idformstringNo
crformstringNo
CodeformstringNo
PriceURformdecimalNo
PriceGRformdecimalNo
Category_idformstringNo
NumberInformstringNo
NumberOutformstringNo
dbformstringNo
MDRetailformdecimalNo
LifeDateformDateTime?No
dDateformDateTime?No
Products_neformstringNo
PriceUTformdecimalNo
Acc_nuformstringNo
Category_nuformstringNo
Category_CodeformstringNo
PriceGTformdecimalNo
Products_nuformstringNo
ReCalcformboolNo
VatformdecimalNo
ByWeightformintNo
PackBCountformdecimalNo
PDoseformstringNo
unitformstringNo
lbonusformboolNo
kbonusformdecimalNo
ltopxformboolNo
CostGformdecimalNo
CostUformdecimalNo
ICountformdecimalNo
RCountformdecimalNo
RSCountformdecimalNo
lifedaysformintNo
NRCountformdecimalNo
priceformdecimalNo
Discountformdecimal?No
dVgformdecimal?No
iDiscAmountformdecimal?No
Vgformdecimal?No
Reservedformdecimal?No
SoldGoodsformdecimal?No
GoodsInTransitformdecimal?No

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/IF00060K 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,
			incode: String,
			netto: 0,
			brutto: 0,
			packccount: 0,
			BCode: String,
			Products_id: String,
			OpDet_id: String,
			cr: String,
			Code: String,
			PriceUR: 0,
			PriceGR: 0,
			Category_id: String,
			NumberIn: String,
			NumberOut: String,
			db: String,
			MDRetail: 0,
			LifeDate: 0001-01-01,
			dDate: 0001-01-01,
			Products_ne: String,
			PriceUT: 0,
			Acc_nu: String,
			Category_nu: String,
			Category_Code: String,
			PriceGT: 0,
			Products_nu: String,
			ReCalc: False,
			Vat: 0,
			ByWeight: 0,
			PackBCount: 0,
			PDose: String,
			unit: String,
			lbonus: False,
			kbonus: 0,
			ltopx: False,
			CostG: 0,
			CostU: 0,
			ICount: 0,
			RCount: 0,
			RSCount: 0,
			lifedays: 0,
			NRCount: 0,
			price: 0,
			Discount: 0,
			dVg: 0,
			iDiscAmount: 0,
			Vg: 0,
			Reserved: 0,
			SoldGoods: 0,
			GoodsInTransit: 0
		}
	]
}