ApexERPHost

<back to all web services

GetVanWayBills

Requires Authentication
The following routes are available for this service:
GET/Distribution/Vans/WayBills/{Ddate}
GET/Distribution/Vans/WayBills
GetVanWayBills Parameters:
NameParameterData TypeRequiredDescription
DdatepathDateTime?No
GetVanWayBillsResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformList<VanWayBill>No
VanWayBill Parameters:
NameParameterData TypeRequiredDescription
MobileUserIdformintNo
DriversNameformstringNo
DriverPerNumformstringNo
CarNumberformstringNo
DdateformDateTime?No
Idformint?No
UnloadDocformstringNo
WayBillIdformint?No
DocsIdformstringNo
WayBillNumformstringNo
CuserformstringNo
CrTimeformDateTime?No
ActivatedformDateTime?No
ActUserformstringNo
BranchIdformintNo
HasRemformboolNo

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/Vans/WayBills/{Ddate} HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Result: 
	[
		{
			MobileUserId: 0,
			DriversName: String,
			DriverPerNum: String,
			CarNumber: String,
			Ddate: 0001-01-01,
			Id: 0,
			UnloadDoc: String,
			WayBillId: 0,
			DocsId: String,
			WayBillNum: String,
			Cuser: String,
			CrTime: 0001-01-01,
			Activated: 0001-01-01,
			ActUser: String,
			BranchId: 0,
			HasRem: False
		}
	]
}