Changes to 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

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. 61263b2302a01

What changed