ApexERPHost

<back to all web services

GetGoodExtendedInfo

Requires Authentication
The following routes are available for this service:
GET/Common/GoodExtendedInfo
GetGoodExtendedInfo Parameters:
NameParameterData TypeRequiredDescription
ProdPPIdquerystringNo
BCodequerystringNo
GetGoodExtendedInfoResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformGoodExtendedInfoNo
GoodExtendedInfo Parameters:
NameParameterData TypeRequiredDescription
ProdPPIDformstringNo
DescriptionformstringNo
AnotationformstringNo
GarantDaysformint?No
IsFastFoodformboolNo
DetailedWarehousingformboolNo
TrackAndTraceformboolNo
BrandIDformint?No
BrandformBrandNo
RTypeformint?No
SizeIdformint?No
ColorIdformint?No
GenderIdformint?No
SizeformProdSizeNo
ColorformDTAnyDataNo
GenderformDTAnyDataNo
MetaformDictionary<string, string>No
Brand Parameters:
NameParameterData TypeRequiredDescription
BrandIdformint?No
AbbreviationformstringNo
NameformstringNo
BrandNameEformstringNo
DescriptionformstringNo
Logoformbyte[]No
ProdSize Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
NameformstringNo
SizeTypeformintNo
DTAnyData Parameters:
NameParameterData TypeRequiredDescription
codeidformintNo
mgridformGuid?No
hnameformstringNo
hnameeformstringNo
hcodeformstringNo
defvalformboolNo
vmformdecimal?No
vpformdecimal?No
viformint?No
vdformDateTime?No
canceledformboolNo
crtimeformDateTime?No
unidformGuidNo
IUDformintNo

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 /Common/GoodExtendedInfo 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: 
	{
		ProdPPID: String,
		Description: String,
		Anotation: String,
		GarantDays: 0,
		IsFastFood: False,
		DetailedWarehousing: False,
		TrackAndTrace: False,
		BrandID: 0,
		Brand: 
		{
			BrandId: 0,
			Abbreviation: String,
			Name: String,
			BrandNameE: String,
			Description: String,
			Logo: AA==
		},
		RType: 0,
		SizeId: 0,
		ColorId: 0,
		GenderId: 0,
		Size: 
		{
			Id: 0,
			Name: String,
			SizeType: 0
		},
		Color: 
		{
			codeid: 0,
			mgrid: 00000000000000000000000000000000,
			hname: String,
			hnamee: String,
			hcode: String,
			defval: False,
			vm: 0,
			vp: 0,
			vi: 0,
			vd: 0001-01-01,
			canceled: False,
			crtime: 0001-01-01,
			unid: 00000000000000000000000000000000,
			IUD: 0
		},
		Gender: 
		{
			codeid: 0,
			mgrid: 00000000000000000000000000000000,
			hname: String,
			hnamee: String,
			hcode: String,
			defval: False,
			vm: 0,
			vp: 0,
			vi: 0,
			vd: 0001-01-01,
			canceled: False,
			crtime: 0001-01-01,
			unid: 00000000000000000000000000000000,
			IUD: 0
		},
		Meta: 
		{
			String: String
		}
	}
}