ApexERPHost

<back to all web services

GenInventarisationDetails

Requires Authentication
The following routes are available for this service:
GET/Warehousing/Inventarisation/InventarisationDetails/Gen
GenInventarisationDetails Parameters:
NameParameterData TypeRequiredDescription
T1IdqueryintNo
SupplierIdquerystringNo
ProducerIdquerystringNo
CategoryIdquerystringNo
PPCatIdquerystringNo
PCatIdqueryint?No
Statequeryint?No
GenInventarisationDetailsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<GenInvDetailsItem>No
GenInvDetailsItem Parameters:
NameParameterData TypeRequiredDescription
BCodeformstringNo
ProductNameformstringNo
ProdPPIdformstringNo
ProductNameEnformstringNo
PriceGRformdecimalNo
PriceGTformdecimalNo
PackBCountformdecimalNo
PackCountformintNo
ProducerNameformstringNo
CrformstringNo
ProducerIdformstringNo
CategoryIdformstringNo
CategoryNameformstringNo
CategoryCodeformstringNo
InCodeformstringNo
PCatIdformintNo
BBCodeformstringNo
UnitformstringNo
ByWeightformintNo
CBCodeformstringNo

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 /Warehousing/Inventarisation/InventarisationDetails/Gen 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":[{"BCode":"String","ProductName":"String","ProdPPId":"String","ProductNameEn":"String","PriceGR":0,"PriceGT":0,"PackBCount":0,"PackCount":0,"ProducerName":"String","Cr":"String","ProducerId":"String","CategoryId":"String","CategoryName":"String","CategoryCode":"String","InCode":"String","PCatId":0,"BBCode":"String","Unit":"String","ByWeight":0,"CBCode":"String"}]}