ApexERPHost

<back to all web services

GetChequeInfoProd

Requires Authentication
The following routes are available for this service:
GET/POS/ChequeInfoProd
GetChequeInfoProd Parameters:
NameParameterData TypeRequiredDescription
pos_numqueryintNo
optypequeryintNo
receipt_numqueryintNo
GetChequeInfoProdResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<ChequeInfoProd_DTO>No
ChequeInfoProd_DTO Parameters:
NameParameterData TypeRequiredDescription
batch_numformintNo
opdateformDateTimeNo
receipt_numformintNo
BCodeformstringNo
Products_nuformstringNo
scountformdecimalNo
pricegformdecimalNo
vgformdecimalNo
vatformdecimalNo
discountformdecimalNo
pointformdecimalNo
opdtformDateTimeNo
rec_typeformintNo
statusformintNo
amountformdecimalNo
spricegformdecimalNo
priceuformdecimalNo
pricedefgformdecimalNo
spricedefgformdecimalNo
gpointsformdecimalNo
sgpointsformdecimalNo

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 /POS/ChequeInfoProd 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: 
	[
		{
			batch_num: 0,
			opdate: 0001-01-01,
			receipt_num: 0,
			BCode: String,
			Products_nu: String,
			scount: 0,
			priceg: 0,
			vg: 0,
			vat: 0,
			discount: 0,
			point: 0,
			opdt: 0001-01-01,
			rec_type: 0,
			status: 0,
			amount: 0,
			spriceg: 0,
			priceu: 0,
			pricedefg: 0,
			spricedefg: 0,
			gpoints: 0,
			sgpoints: 0
		}
	]
}