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 .x-protobuf suffix or ?format=x-protobuf

HTTP + X-PROTOBUF

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: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"Result":[{"MobileUserId":0,"DriversName":"String","DriverPerNum":"String","CarNumber":"String","Ddate":"\/Date(-62135596800000-0000)\/","Id":0,"UnloadDoc":"String","WayBillId":0,"DocsId":"String","WayBillNum":"String","Cuser":"String","CrTime":"\/Date(-62135596800000-0000)\/","Activated":"\/Date(-62135596800000-0000)\/","ActUser":"String","BranchId":0,"HasRem":false}]}