ApexERPHost

<back to all web services

GetWaybillGoods

Requires Authentication
The following routes are available for this service:
GET/RS/Waybills/Goods
GetWaybillGoods Parameters:
NameParameterData TypeRequiredDescription
WbnumberquerystringNo
TypesquerystringNo
StatusesquerystringNo
BuyersnquerystringNo
CarnumberquerystringNo
DriversnquerystringNo
UseridsquerystringNo
Begin_squeryDateTime?No
begin_equeryDateTime?No
create_squeryDateTime?No
create_equeryDateTime?No
deliver_squeryDateTime?No
deliver_equeryDateTime?No
close_squeryDateTime?No
close_equeryDateTime?No
GetWaybillGoodsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<MOFWayBillDet>No
MOFWayBillDet Parameters:
NameParameterData TypeRequiredDescription
IDformlongNo
BCodeformstringNo
NameformstringNo
UnitformstringNo
SCountformdecimalNo
PriceformdecimalNo
AmountformdecimalNo
UnitIDformintNo
AkcizIDformintNo
VatTypeformbyteNo
StatusformintNo

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 /RS/Waybills/Goods HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ID":0,"BCode":"String","Name":"String","Unit":"String","SCount":0,"Price":0,"Amount":0,"UnitID":0,"AkcizID":0,"VatType":0,"Status":0}]}