ApexERPHost

<back to all web services

GetExtVanLoadProductList

Requires Authentication
The following routes are available for this service:
GET/Warehousing/Distribution/External/Van/Load/Products
GetExtVanLoadProductList Parameters:
NameParameterData TypeRequiredDescription
DDatequeryDateTimeNo
SourceWarehousequerystringNo
DestinationWarehousequerystringNo
GetExtVanLoadProductListResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<VanLoadProduct>No
VanLoadProduct Parameters:
NameParameterData TypeRequiredDescription
prodpp_idformstringNo
source_dbformstringNo
dest_dbformstringNo
mrcountformdecimal?No
rcountformdecimal?No
bcodeformstringNo
incodeformstringNo
packbcountformdecimal?No
byweightformbyteNo
unitformstringNo
products_nuformstringNo
products_neformstringNo
packcountformshortNo
category_codeformstringNo
category_nuformstringNo
producer_nuformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Warehousing/Distribution/External/Van/Load/Products HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"prodpp_id":"String","source_db":"String","dest_db":"String","mrcount":0,"rcount":0,"bcode":"String","incode":"String","packbcount":0,"byweight":0,"unit":"String","products_nu":"String","products_ne":"String","packcount":0,"category_code":"String","category_nu":"String","producer_nu":"String"}]}