ApexERPHost

<back to all web services

GetDcVoucher

Requires Authentication
The following routes are available for this service:
GET/POS/DcVoucher
GET/POS/DcVoucher/{CardId}
GetDcVoucher Parameters:
NameParameterData TypeRequiredDescription
CardIdpathstringNo
GetDcVoucherResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformDcVoucherNo
DcVoucher Parameters:
NameParameterData TypeRequiredDescription
CardIdformstringNo
CodeWordformstringNo
VgformdecimalNo
Date1formDateTime?No
Date2formDateTime?No
Date3formDateTime?No
FlagformbyteNo0 - აქტიური, 1 - გახარჯული, 2 - ბლოკირებული, 3 - რეგისტრაციის პროცესში
DocsIdformstringNo
RegIdformGuid?No
SpendIdformGuid?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .x-protobuf suffix or ?format=x-protobuf

HTTP + X-PROTOBUF

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /POS/DcVoucher HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":{"CardId":"String","CodeWord":"String","Vg":0,"Date1":"\/Date(-62135596800000-0000)\/","Date2":"\/Date(-62135596800000-0000)\/","Date3":"\/Date(-62135596800000-0000)\/","Flag":0,"DocsId":"String","RegId":"00000000000000000000000000000000","SpendId":"00000000000000000000000000000000"}}