The request body to import Embedded Prices. Contains data for Embedded Prices to be created or updated in a Project.

interface PriceImportRequest {
    resources: PriceImport[];
    type: "price";
}

Properties

Properties

resources: PriceImport[]

The price import resources of this request.

type: "price"