ApexERPHost

<back to all web services

AddDcVoucher

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

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.

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

{"Voucher":{"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"}}
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"}}}