ApexERPHost

<back to all web services

GetiprSupDRepW

Requires Authentication
The following routes are available for this service:
GET/Logistics/iprSupDRepW
GetiprSupDRepW Parameters:
NameParameterData TypeRequiredDescription
SupidqueryintNo
GetiprSupDRepWResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<iprSupDRepW>No
iprSupDRepW Parameters:
NameParameterData TypeRequiredDescription
sortidformintNo
prodpp_idformstringNo
codeformstringNo
priceformdecimalNo
ocountformdecimalNo
products_nuformstringNo
bcodeformstringNo
packbcountformdecimalNo
packccountformintNo
nettoformdecimalNo
incodeformstringNo
products_neformstringNo

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/iprSupDRepW 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: 
	[
		{
			sortid: 0,
			prodpp_id: String,
			code: String,
			price: 0,
			ocount: 0,
			products_nu: String,
			bcode: String,
			packbcount: 0,
			packccount: 0,
			netto: 0,
			incode: String,
			products_ne: String
		}
	]
}