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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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: application/json
HTTP/1.1 200 OK
Content-Type: application/json
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":"\/Date(-62135596800000-0000)\/","receipt_num":0,"BCode":"String","Products_nu":"String","scount":0,"priceg":0,"vg":0,"vat":0,"discount":0,"point":0,"opdt":"\/Date(-62135596800000-0000)\/","rec_type":0,"status":0,"amount":0,"spriceg":0,"priceu":0,"pricedefg":0,"spricedefg":0,"gpoints":0,"sgpoints":0}]}