| 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 .jsv suffix or ?format=jsv
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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
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: 0001-01-01,
Date2: 0001-01-01,
Date3: 0001-01-01,
Flag: 0,
DocsId: String,
RegId: 00000000000000000000000000000000,
SpendId: 00000000000000000000000000000000
}
}