API Docs / Schemas / ServiceCatalogImportResultDto

ServiceCatalogImportResultDto

The outcome of a services catalog CSV import

Properties

Name Type Description
createdCountinteger

Number of services created

Number of services created

updatedCountinteger

Number of existing services updated

Number of existing services updated

failedCountinteger

Number of selected rows that failed to import

Number of selected rows that failed to import

contentBlocksCreatedinteger

Number of content blocks created (service terms and proposal content)

Number of content blocks created (service terms and proposal content)

contentBlocksReusedinteger

Number of times a service reused a content block instead of creating one
(identical terms within the batch, or an update whose existing linked block already matched)

Number of times a service reused a content block instead of creating one
(identical terms within the batch, or an update whose existing linked block already matched)

rowsarray of ServiceCatalogImportRowResultDto

Per-row outcomes, in selection order

Per-row outcomes, in selection order

JSON Example

{
  "createdCount": 0,
  "updatedCount": 0,
  "failedCount": 0,
  "contentBlocksCreated": 0,
  "contentBlocksReused": 0
}

Used By Operations