ApexERPHost

<back to all web services

UpdateProductPPRefs

Requires Authentication
The following routes are available for this service:
POST/RS/Waybills/UpdateProductPPRefs
UpdateProductPPRefs Parameters:
NameParameterData TypeRequiredDescription
ProductsbodyList<IncomeProduct>No
SupplierIDbodyintNo
SupplierSNbodystringNo
IncomeProduct Parameters:
NameParameterData TypeRequiredDescription
WbDetailIdformlongNo
WbProductCodeformstringNo
WbProductNameformstringNo
WbProductUnitformstringNo
WbVatTypeformbyteNo
ProdPPIdformstringNo
BCodeformstringNo
ProductsNuformstringNo
ProducerNuformstringNo
InCodeformstringNo
UnitformstringNo
VatformdecimalNo
ItCountformdecimalNo
PriceformdecimalNo
AmountformdecimalNo
LastCostformdecimalNo
SalePriceformdecimalNo
VatAmountformdecimalNo
AmountWithoutVatformdecimalNo
LifeDateformDateTime?No
UnicCodeformstringNo
QuantityKformdecimal?No
WbQuantityformdecimalNo
ExpenseAccformstringNo
WarehouseAccformstringNo
InvListIdformint?No
ProducerIdformstringNo
InvListNameformstringNo
FinGroupIdformint?No
TaxGroupIdformint?No
Spendformbool?No
UpdateProductPPRefsResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ErrorformintNo
ErrorMessageformstringNo

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 /RS/Waybills/UpdateProductPPRefs HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"Products":[{"WbDetailId":0,"WbProductCode":"String","WbProductName":"String","WbProductUnit":"String","WbVatType":0,"ProdPPId":"String","BCode":"String","ProductsNu":"String","ProducerNu":"String","InCode":"String","Unit":"String","Vat":0,"ItCount":0,"Price":0,"Amount":0,"LastCost":0,"SalePrice":0,"VatAmount":0,"AmountWithoutVat":0,"LifeDate":"\/Date(-62135596800000-0000)\/","UnicCode":"String","QuantityK":0,"WbQuantity":0,"ExpenseAcc":"String","WarehouseAcc":"String","InvListId":0,"ProducerId":"String","InvListName":"String","FinGroupId":0,"TaxGroupId":0,"Spend":false}],"SupplierID":0,"SupplierSN":"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"}},"Error":0,"ErrorMessage":"String"}