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 .jsv suffix or ?format=jsv

HTTP + 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: apex.nikoratrade.ge 
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
	}
}