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

interface StandalonePriceImportRequest {
    resources: StandalonePriceImport[];
    type: "standalone-price";
}

Properties

Properties

The Standalone Price import resources of this request.

type: "standalone-price"