ApexERPHost

<back to all web services

GetRemForSuppliers

Requires Authentication
The following routes are available for this service:
GET/Warehousing/RemForSuppliers
GetRemForSuppliers Parameters:
NameParameterData TypeRequiredDescription
DBquerystringNo
CRquerystringNo
PPCatquerystringNo
PCatqueryint?No
CategoryquerystringNo
GetRemForSuppliersResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<RemForSuppliers>No
RemForSuppliers Parameters:
NameParameterData TypeRequiredDescription
WarehouseformstringNo
CRNameformstringNo
DBformstringNo
CRformstringNo
FDDateformDateTimeNo
FNumberInformstringNo
FNumberOutformstringNo
DDateformDateTimeNo
NumberInformstringNo
RCountformdecimal?No
CostGformdecimal?No
Vgformdecimal?No
BCodeformstringNo
ProductsNuformstringNo
ProducerNuformstringNo
CategoryNuformstringNo
PPCatIdformstringNo
PCatIdformint?No
CategoryIdformstringNo

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/RemForSuppliers 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":[{"Warehouse":"String","CRName":"String","DB":"String","CR":"String","FDDate":"\/Date(-62135596800000-0000)\/","FNumberIn":"String","FNumberOut":"String","DDate":"\/Date(-62135596800000-0000)\/","NumberIn":"String","RCount":0,"CostG":0,"Vg":0,"BCode":"String","ProductsNu":"String","ProducerNu":"String","CategoryNu":"String","PPCatId":"String","PCatId":0,"CategoryId":"String"}]}