ApexERPHost

<back to all web services

GetChequeInfo

Requires Authentication
The following routes are available for this service:
GET/POS/ChequeInfo
GetChequeInfo Parameters:
NameParameterData TypeRequiredDescription
StartDatequeryDateTimeNo
EndDatequeryDateTimeNo
PosNumqueryintNo
OpTypesqueryList<int>No
GetChequeInfoResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<ChequeInfo>No
ChequeInfo Parameters:
NameParameterData TypeRequiredDescription
receipt_idformGuidNoჩეკის ID
opdateformDateTime?Noოპერაციის თარიღი
batch_numformintNoცვლის ნომერი
optypeformintNoოპერაციის ტიპი
receipt_linkformintNoდაკავშირებული ჩეკი
diplomat_idformstringNoდიპლომატის ნომერი
receipt_numformintNoჩეკის ნომერი
pointformdecimalNoქულა
opdtformDateTime?Noგაყიდვის დრო
discount_cardformstringNoფასდაკლების ბარათი
discount_card_rateformdecimalNoფასდაკლების ბარათი (პროცენტი)
VgSaleformdecimalNoგაყიდვის ფასი
VgReturnformdecimalNoდაბრუნების ფასი
payment_nameformstringNoგაყიდვა

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/ChequeInfo 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: 
	[
		{
			receipt_id: 00000000000000000000000000000000,
			opdate: 0001-01-01,
			batch_num: 0,
			optype: 0,
			receipt_link: 0,
			diplomat_id: String,
			receipt_num: 0,
			point: 0,
			opdt: 0001-01-01,
			discount_card: String,
			discount_card_rate: 0,
			VgSale: 0,
			VgReturn: 0,
			payment_name: String
		}
	]
}