ApexERPHost

<back to all web services

RecalcInventarisationDetailsRCount

Requires Authentication
The following routes are available for this service:
POST/Warehousing/Inventarisation/Details/ReCalcR/{T1Id}
POST/Warehousing/Inventarisation/Details/ReCalcR
RecalcInventarisationDetailsRCount Parameters:
NameParameterData TypeRequiredDescription
T1IdpathintNo
DetailsbodyList<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
RecalcInventarisationDetailsRCountResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo

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.

POST /Warehousing/Inventarisation/Details/ReCalcR/{T1Id} HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/x-protobuf
Content-Type: application/x-protobuf
Content-Length: length

{"T1Id":0,"Details":[{"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"}]}
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"}}}