ApexERPHost

<back to all web services

GetWaybillIncomeCompare

Requires Authentication
The following routes are available for this service:
GET/RS/Waybills/IncomeCompare
GetWaybillIncomeCompare Parameters:
NameParameterData TypeRequiredDescription
Date1queryDateTime?No
Date2queryDateTime?No
Diffquerydecimal?No
GetWaybillIncomeCompareResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<WaybillIncomeCompare>No
WaybillIncomeCompare Parameters:
NameParameterData TypeRequiredDescription
StatusNameformstringNo
TypeNameformstringNo
WayBillIdformint?No
BeginDateformDateTime?No
WayBillNumformstringNo
SellerIdformint?No
SellerSnformstringNo
SellerNameformstringNo
CreateDateformDateTime?No
ActivateDateformDateTime?No
FullAmountformdecimal?No
IsCorrectedformbool?No
SnformstringNo
AccformstringNo
AccNuformstringNo
DdateformDateTime?No
CrTimeformDateTime?No
Vgformdecimal?No
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/IncomeCompare 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: 
	[
		{
			StatusName: String,
			TypeName: String,
			WayBillId: 0,
			BeginDate: 0001-01-01,
			WayBillNum: String,
			SellerId: 0,
			SellerSn: String,
			SellerName: String,
			CreateDate: 0001-01-01,
			ActivateDate: 0001-01-01,
			FullAmount: 0,
			IsCorrected: False,
			Sn: String,
			Acc: String,
			AccNu: String,
			Ddate: 0001-01-01,
			CrTime: 0001-01-01,
			Vg: 0,
			SignVg: 0,
			VgDiff: 0
		}
	]
}