ApexERPHost

<back to all web services

SaveInventarisationManyDetails

Requires Authentication
The following routes are available for this service:
POST/Warehousing/Inventarisation/Details/Many
SaveInventarisationManyDetails Parameters:
NameParameterData TypeRequiredDescription
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
SaveInventarisationManyDetailsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo

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.

POST /Warehousing/Inventarisation/Details/Many HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"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: 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"}}}