ApexERPHost

<back to all web services

GetChequeInfo

Requires Authentication
The following routes are available for this service:
GET/POS/ChequeInfo
GetChequeInfo Parameters:
NameParameterData TypeRequiredDescription
StartDatequeryDateTimeNo
EndDatequeryDateTimeNo
PosNumqueryintNo
OpTypesqueryList<int>No
GetChequeInfoResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<ChequeInfo>No
ChequeInfo Parameters:
NameParameterData TypeRequiredDescription
receipt_idformGuidNoჩეკის ID
opdateformDateTime?Noოპერაციის თარიღი
batch_numformintNoცვლის ნომერი
optypeformintNoოპერაციის ტიპი
receipt_linkformintNoდაკავშირებული ჩეკი
diplomat_idformstringNoდიპლომატის ნომერი
receipt_numformintNoჩეკის ნომერი
pointformdecimalNoქულა
opdtformDateTime?Noგაყიდვის დრო
discount_cardformstringNoფასდაკლების ბარათი
discount_card_rateformdecimalNoფასდაკლების ბარათი (პროცენტი)
VgSaleformdecimalNoგაყიდვის ფასი
VgReturnformdecimalNoდაბრუნების ფასი
payment_nameformstringNoგაყიდვა

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/ChequeInfo 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":[{"receipt_id":"00000000000000000000000000000000","opdate":"\/Date(-62135596800000-0000)\/","batch_num":0,"optype":0,"receipt_link":0,"diplomat_id":"String","receipt_num":0,"point":0,"opdt":"\/Date(-62135596800000-0000)\/","discount_card":"String","discount_card_rate":0,"VgSale":0,"VgReturn":0,"payment_name":"String"}]}