ApexERPHost

<back to all web services

GetPresalerAccountDetailedTurnover

Requires Authentication
The following routes are available for this service:
GET/Distribution/Presaler/AccountsTurnover/Detailed
GetPresalerAccountDetailedTurnover Parameters:
NameParameterData TypeRequiredDescription
BeginDatequeryDateTimeNo
EndDatequeryDateTimeNo
AccquerystringNo
PresalerIdqueryintNo
IUDqueryintNo
GetPresalerAccountDetailedTurnoverResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<PresalerAccountDetailedTurnover>No
PresalerAccountDetailedTurnover Parameters:
NameParameterData TypeRequiredDescription
NIDformintNo
BookIdformstringNo
DocsIdformstringNo
OperIdformstringNo
CurrencyIdformstringNo
DDateformDateTime?No
DBformstringNo
CRformstringNo
CorrespondAccformstringNo
DBVgformdecimal?No
DBVcformdecimal?No
DBVuformdecimal?No
CRVgformdecimal?No
CRVcformdecimal?No
CRVuformdecimal?No
ContentsformstringNo
Rateformdecimal?No
RateCformdecimal?No
NumberInformstringNo
NumberOutformstringNo
BookNoteformstringNo
RecStatusformbool?No
Blockingformbool?No
CUserformstringNo
CrTimeformDateTime?No
RVgformdecimal?No
RVuformdecimal?No
RVcformdecimal?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 /Distribution/Presaler/AccountsTurnover/Detailed 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: 
	[
		{
			NID: 0,
			BookId: String,
			DocsId: String,
			OperId: String,
			CurrencyId: String,
			DDate: 0001-01-01,
			DB: String,
			CR: String,
			CorrespondAcc: String,
			DBVg: 0,
			DBVc: 0,
			DBVu: 0,
			CRVg: 0,
			CRVc: 0,
			CRVu: 0,
			Contents: String,
			Rate: 0,
			RateC: 0,
			NumberIn: String,
			NumberOut: String,
			BookNote: String,
			RecStatus: False,
			Blocking: False,
			CUser: String,
			CrTime: 0001-01-01,
			RVg: 0,
			RVu: 0,
			RVc: 0
		}
	]
}