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 .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.

POST /POS/DcVoucher HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

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