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

HTTP + XML

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

<GetVanWayBillsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apex.Services.Distribution">
  <Result>
    <VanWayBill>
      <MobileUserId>0</MobileUserId>
      <DriversName>String</DriversName>
      <DriverPerNum>String</DriverPerNum>
      <CarNumber>String</CarNumber>
      <Ddate>0001-01-01T00:00:00</Ddate>
      <Id>0</Id>
      <UnloadDoc>String</UnloadDoc>
      <WayBillId>0</WayBillId>
      <DocsId>String</DocsId>
      <WayBillNum>String</WayBillNum>
      <Cuser>String</Cuser>
      <CrTime>0001-01-01T00:00:00</CrTime>
      <Activated>0001-01-01T00:00:00</Activated>
      <ActUser>String</ActUser>
      <BranchId>0</BranchId>
      <HasRem>false</HasRem>
    </VanWayBill>
  </Result>
</GetVanWayBillsResponse>