ApexERPHost

<back to all web services

GetIF00153

Requires Authentication
The following routes are available for this service:
GET/Accounting/IF00153
GetIF00153 Parameters:
NameParameterData TypeRequiredDescription
D1queryDateTimeNo
D2queryDateTimeNo
AccquerystringNo
IudqueryintNo
GetIF00153Response Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<IF00153>No
IF00153 Parameters:
NameParameterData TypeRequiredDescription
BookIdformstringNo
DocsIdformstringNo
OpdetIdformstringNo
CurrencyIdformstringNo
DdateformDateTimeNo
DbformstringNo
CrformstringNo
VgformdecimalNo
VuformdecimalNo
VcformdecimalNo
ContentsformstringNo
RateformdecimalNo
NumberinformstringNo
NumberoutformstringNo
RecstatusformboolNo
BlockingformboolNo
CuserformstringNo
CrtimeformDateTimeNo
OperIdformstringNo
CarddformstringNo
CardcformstringNo
BooknoteformstringNo
UnidformGuidNo
CodeformstringNo

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 /Accounting/IF00153 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: 
	[
		{
			BookId: String,
			DocsId: String,
			OpdetId: String,
			CurrencyId: String,
			Ddate: 0001-01-01,
			Db: String,
			Cr: String,
			Vg: 0,
			Vu: 0,
			Vc: 0,
			Contents: String,
			Rate: 0,
			Numberin: String,
			Numberout: String,
			Recstatus: False,
			Blocking: False,
			Cuser: String,
			Crtime: 0001-01-01,
			OperId: String,
			Cardd: String,
			Cardc: String,
			Booknote: String,
			Unid: 00000000000000000000000000000000,
			Code: String
		}
	]
}