ApexERPHost

<back to all web services

GetIF00156

Requires Authentication
The following routes are available for this service:
GET/Logistics/IF00156
GetIF00156 Parameters:
NameParameterData TypeRequiredDescription
D1queryDateTime?No
D2queryDateTime?No
DbquerystringNo
CrquerystringNo
ProdppIdquerystringNo
GetIF00156Response Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IF00156>No
IF00156 Parameters:
NameParameterData TypeRequiredDescription
ProdPP_idformstringNo
BCodeformstringNo
Products_nuformstringNo
Category_CodeformstringNo
Category_nuformstringNo
Producer_nuformstringNo
crformstringNo
acc_nuformstringNo
dDateformDateTimeNo
supdaysformintNo
rcountformdecimalNo
scountformdecimalNo
CostformdecimalNo
ndaysformintNo
scountdformdecimalNo
rcountdaysformdecimalNo
rcountdiffformdecimalNo
rcountdiffrformdecimalNo
rcountdiffvgformdecimalNo

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/IF00156 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,
			Category_Code: String,
			Category_nu: String,
			Producer_nu: String,
			cr: String,
			acc_nu: String,
			dDate: 0001-01-01,
			supdays: 0,
			rcount: 0,
			scount: 0,
			Cost: 0,
			ndays: 0,
			scountd: 0,
			rcountdays: 0,
			rcountdiff: 0,
			rcountdiffr: 0,
			rcountdiffvg: 0
		}
	]
}