ApexERPHost

<back to all web services

SaveInventarisationDetailsWithAdd

ინვენტარიზაციის დოკუმენტში შეტანილი საქონლის რაოდენობას ზრდის ერთით

Requires Authentication
The following routes are available for this service:
POST/Warehousing/Inventarisation/Details/WithAdd
SaveInventarisationDetailsWithAdd Parameters:
NameParameterData TypeRequiredDescription
T1IdbodyintNo
ProdPPIdbodystringNoამატებს ჩანაწერს ProdPPId-ს მიხედვით
BCodebodystringNoამატებს ჩანაწერს შტრიხკოდის მიხედვით
SaveInventarisationDetailsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
UpdatedDataformInventarisationDetailsNo
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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /Warehousing/Inventarisation/Details/WithAdd HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"T1Id":0,"ProdPPId":"String","BCode":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"UpdatedData":{"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"}}