ApexERPHost

<back to all web services

GetWaybillOutcomeCompare

Requires Authentication
The following routes are available for this service:
GET/RS/Waybills/OutcomeCompare
GetWaybillOutcomeCompare Parameters:
NameParameterData TypeRequiredDescription
Date1queryDateTime?No
Date2queryDateTime?No
GetWaybillOutcomeCompareResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<WaybillOutcomeCompare>No
WaybillOutcomeCompare Parameters:
NameParameterData TypeRequiredDescription
DocsIdformstringNo
BookIdformstringNo
OperIdformstringNo
DDateformDateTime?No
CRformstringNo
CRNameformstringNo
DBformstringNo
DBNameformstringNo
DBAddressformstringNo
CRAddressformstringNo
Vgformdecimal?No
NumberInformstringNo
NumberOutformstringNo
Blockingformbool?No
RecStatusformbyte?No
CUserformstringNo
WaybillIdformint?No
ActivateDateformDateTime?No
BeginDateformDateTime?No
CarNumberformstringNo
CloseDateformDateTime?No
CommentformstringNo
CreateDateformDateTime?No
DeliveryDateformDateTime?No
DriverNameformstringNo
DriverPernumformstringNo
EndAddressformstringNo
FullAmountformdecimal?No
IsConfirmedformbool?No
ReceptionInfoformstringNo
ReceiverInfoformstringNo
SellerIdformint?No
SellerNameformstringNo
SellerSnformstringNo
StartAddressformstringNo
WbTypeformint?No
WaybillNumformstringNo
isCorrectedformbool?No
WbStatusformint?No
TypeNameformstringNo
StatusNameformstringNo
BuyerSnformstringNo
BuyerNameformstringNo
SignVgformdecimal?No
VgDiffformdecimal?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 /RS/Waybills/OutcomeCompare 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: 
	[
		{
			DocsId: String,
			BookId: String,
			OperId: String,
			DDate: 0001-01-01,
			CR: String,
			CRName: String,
			DB: String,
			DBName: String,
			DBAddress: String,
			CRAddress: String,
			Vg: 0,
			NumberIn: String,
			NumberOut: String,
			Blocking: False,
			RecStatus: 0,
			CUser: String,
			WaybillId: 0,
			ActivateDate: 0001-01-01,
			BeginDate: 0001-01-01,
			CarNumber: String,
			CloseDate: 0001-01-01,
			Comment: String,
			CreateDate: 0001-01-01,
			DeliveryDate: 0001-01-01,
			DriverName: String,
			DriverPernum: String,
			EndAddress: String,
			FullAmount: 0,
			IsConfirmed: False,
			ReceptionInfo: String,
			ReceiverInfo: String,
			SellerId: 0,
			SellerName: String,
			SellerSn: String,
			StartAddress: String,
			WbType: 0,
			WaybillNum: String,
			isCorrected: False,
			WbStatus: 0,
			TypeName: String,
			StatusName: String,
			BuyerSn: String,
			BuyerName: String,
			SignVg: 0,
			VgDiff: 0
		}
	]
}