ApexERPHost

<back to all web services

GetInventarisationDetailsRequest

Requires Authentication
The following routes are available for this service:
GET/Warehousing/Inventarisation/GetInventarisationDetails
GetInventarisationDetailsRequest Parameters:
NameParameterData TypeRequiredDescription
T2Idqueryint?No
T1Idqueryint?No
ProdPPIdquerystringNo
GetInventarisationDetailsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<InventarisationDetails>No
InventarisationDetails Parameters:
NameParameterData TypeRequiredDescription
T2IdformintNo
T1IdformintNo
InvN2formstringNo
ProdPPIdformstringNo
RCountformdecimalNo
ICountformdecimalNo
IcountIformdecimalNo
ICountMformdecimalNo
CrTimeformDateTimeNo
ProductsNuformstringNo
BCodeformstringNo
BBCodeformstringNo
InCodeformstringNo
CategoryCodeformstringNo
ProducerIdformstringNo
ProducerNuformstringNo
CategoryNuformstringNo
PackCountformintNo
PackBCountformdecimalNo
UnitformstringNo
PriceGRformdecimalNo
CostGformdecimalNo
VGformdecimalNo
RemVGformdecimalNo
VatformdecimalNo
ByWeightformint?No
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/GetInventarisationDetails 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":[{"T2Id":0,"T1Id":0,"InvN2":"String","ProdPPId":"String","RCount":0,"ICount":0,"IcountI":0,"ICountM":0,"CrTime":"\/Date(-62135596800000-0000)\/","ProductsNu":"String","BCode":"String","BBCode":"String","InCode":"String","CategoryCode":"String","ProducerId":"String","ProducerNu":"String","CategoryNu":"String","PackCount":0,"PackBCount":0,"Unit":"String","PriceGR":0,"CostG":0,"VG":0,"RemVG":0,"Vat":0,"ByWeight":0,"CBCode":"String"}]}