ApexERPHost

<back to all web services

GetDeclaredPrices

Requires Authentication
The following routes are available for this service:
GET/Warehousing/DeclaredPrices/Prices
GetDeclaredPrices Parameters:
NameParameterData TypeRequiredDescription
Idqueryint?No
GroupIdqueryint?No
GetDeclaredPricesResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<DeclaredPrice>No
DeclaredPrice Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
GroupIdformintNo
ProdPPIdformstringNo
PriceformdecimalNo
CUserformstringNo
CrTimeformDateTime?No
GoodformProductQueryNo
ProductQuery Parameters:
NameParameterData TypeRequiredDescription
ProdPPIdformstringNo
BCodeformstringNo
BBCodeformstringNo
InCodeformstringNo
CategoryCodeformstringNo
ProducerIdformstringNo
CategoryIdformstringNo
ProductsNuformstringNo
ProductsNeformstringNo
DestNumberformstringNo
PPCatIdformstringNo
PCatIdformint?No
ProducerNuformstringNo
CategoryNuformstringNo
VatformdecimalNo
ByWeightformintNo
PackCountformshortNo
PackBCountformdecimal?No
UnitformstringNo
MDTradeformdecimalNo
MDRetailformdecimalNo
Importedformbool?No
PrCountryNuformstringNo
NettoformdecimalNo
CapacityformdecimalNo
PriceGRformdecimalNo
PriceGTformdecimalNo
PDoseformstringNo
PriceURformdecimalNo
PriceUTformdecimalNo
LifeDateformint?No
MinCountTradeformint?No
MinCountRetailformint?No
Spendformbool?No
LNotInPriceformbool?No
Lownformbool?No
Products_idformstringNo
PackCCountformintNo
BruttoformdecimalNo
IsLinkedformboolNo
ReCalcformbool?No
SupDaysformintNo
VatTypeformintNo
ExciseIDformintNo
ExciseformdecimalNo
ProdPPPIdformstringNo
IntCodeIdformstringNo
PPCatNuformstringNo
SpecificformboolNo
PackTypeIDformint?No
ExciseCformdecimal?No
UnitIdformint?No
CBCodeformstringNo

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 /Warehousing/DeclaredPrices/Prices HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Result: 
	[
		{
			Id: 0,
			GroupId: 0,
			ProdPPId: String,
			Price: 0,
			CUser: String,
			CrTime: 0001-01-01,
			Good: 
			{
				ProdPPId: String,
				BCode: String,
				BBCode: String,
				InCode: String,
				CategoryCode: String,
				ProducerId: String,
				CategoryId: String,
				ProductsNu: String,
				ProductsNe: String,
				DestNumber: String,
				PPCatId: String,
				PCatId: 0,
				ProducerNu: String,
				CategoryNu: String,
				Vat: 0,
				ByWeight: 0,
				PackCount: 0,
				PackBCount: 0,
				Unit: String,
				MDTrade: 0,
				MDRetail: 0,
				Imported: False,
				PrCountryNu: String,
				Netto: 0,
				Capacity: 0,
				PriceGR: 0,
				PriceGT: 0,
				PDose: String,
				PriceUR: 0,
				PriceUT: 0,
				LifeDate: 0,
				MinCountTrade: 0,
				MinCountRetail: 0,
				Spend: False,
				LNotInPrice: False,
				Lown: False,
				Products_id: String,
				PackCCount: 0,
				Brutto: 0,
				IsLinked: False,
				ReCalc: False,
				SupDays: 0,
				VatType: 0,
				ExciseID: 0,
				Excise: 0,
				ProdPPPId: String,
				IntCodeId: String,
				PPCatNu: String,
				Specific: False,
				PackTypeID: 0,
				ExciseC: 0,
				UnitId: 0,
				CBCode: String
			}
		}
	]
}