GET /v1/projects/{projectGuid}/productprices

visma.com

Summary: Get all the productPrices for a project.
Operation ID: ProductPrices_GetProductPricesForProject
Auth: unknown

Parameters (12)

calculateRowCount (boolean, query, optional, default: False)

Optional: Calculate the number of total rows. Default false = total row count is returned as zero.

firstRow (integer, query, optional, default: 0)

Optional: first row to fetch. Default 0 = first row.

fromPricelistOnly (boolean, query, optional, default: False)

If true return only prices from the price list, if false also returns prices from the products. Default is false.

isAvailable (boolean, query, optional)

Optional: If true, returns only prices that are available for the project, false returns price that are not available. Default all.

isVolumePriced (boolean, query, optional)

Optional: If true, return only volume priced products. If false, return all non volume priced products. Default is null, which means return all products.

productCategoryGuids (array, query, optional)

Optional: Search product prices according to product category / categories by product category guid(s).

productCode (string, query, optional)

Optional: Absolute search for products with specified product code.

productGuids (array, query, optional)

Optional: Search all product price(s) by products guid(s).

productTypes (array, query, optional)

Optional: Search product prices according to product type / types.

projectGuid (string, path, required)

ID of the project.

rowCount (integer, query, optional)

Optional: How many rows to fetch, Default 20, maximum 100.

textToSearch (string, query, optional)

Optional: Text to search from Product name.

No probe data for this endpoint yet.