| GET | /POS/DcVoucher | ||
|---|---|---|---|
| GET | /POS/DcVoucher/{CardId} |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CardId | path | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | DcVoucher | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CardId | form | string | No | |
| CodeWord | form | string | No | |
| Vg | form | decimal | No | |
| Date1 | form | DateTime? | No | |
| Date2 | form | DateTime? | No | |
| Date3 | form | DateTime? | No | |
| Flag | form | byte | No | 0 - აქტიური, 1 - გახარჯული, 2 - ბლოკირებული, 3 - რეგისტრაციის პროცესში |
| DocsId | form | string | No | |
| RegId | form | Guid? | No | |
| SpendId | form | Guid? | No |
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
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: 10.10.0.107 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":{"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"}}