ItemPrices

Bulk-upsert one company's price rows from the company price sheet (re-import of the exported `.xlsx`). Body fields match M:IO.CommonAPI.Controllers.v1.Catalog.ItemPricesController.DownloadXlsxByAccount(System.Int32,IO.Domain.Shared.Enums.PriceType,IO.Catalog.Contracts.DTO.Pricelists.AccountPricesExportRequest,System.Threading.CancellationToken)'s columns exactly; every row is bound to the route's company, and each row's `itemCode` selects the item. Returns the count upserted.

post/v1/Accounts/{accountId}/prices/bulk

Path parameters

accountIdinteger required

Query parameters

type0 | 1 required

Response

Success

integer required

Changes

Changed in 1 of the 2 revisions of this API.1