ApexERPHost

<back to all web services

GetiprSupD

Requires Authentication
The following routes are available for this service:
GET/Logistics/iprSupD
GetiprSupD Parameters:
NameParameterData TypeRequiredDescription
Supidqueryint?No
Supdidqueryint?No
GetiprSupDResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<iprSupD>No
iprSupD Parameters:
NameParameterData TypeRequiredDescription
SupdidformintNo
SupidformintNo
SortidformintNo
ProdppIdformstringNo
CodeformstringNo
PriceformdecimalNo
PricegformdecimalNo
PriceuformdecimalNo
PricevformdecimalNo
DiscountformdecimalNo
OcountformdecimalNo
RcountformdecimalNo
AcountformdecimalNo
LstatusformintNo
RdateformDateTime?No
CategoryIdformstringNo
LifedateformDateTime?No
Products_nuformstringNo
Products_neformstringNo
IncodeformstringNo
BcodeformstringNo
BbcodeformstringNo
SuppliesIdformstringNo
IsautorizedformboolNo
PackbcountformdecimalNo
dVgformdecimal?No
iDiscAmountformdecimal?No
Vgformdecimal?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/iprSupD 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: 
	[
		{
			Supdid: 0,
			Supid: 0,
			Sortid: 0,
			ProdppId: String,
			Code: String,
			Price: 0,
			Priceg: 0,
			Priceu: 0,
			Pricev: 0,
			Discount: 0,
			Ocount: 0,
			Rcount: 0,
			Acount: 0,
			Lstatus: 0,
			Rdate: 0001-01-01,
			CategoryId: String,
			Lifedate: 0001-01-01,
			Products_nu: String,
			Products_ne: String,
			Incode: String,
			Bcode: String,
			Bbcode: String,
			SuppliesId: String,
			Isautorized: False,
			Packbcount: 0,
			dVg: 0,
			iDiscAmount: 0,
			Vg: 0
		}
	]
}