ServiceCatalogImportResultDto
The outcome of a services catalog CSV import
Properties
| Name | Type | Description |
|---|---|---|
| createdCount | integer | Number of services created |
Number of services created | ||
| updatedCount | integer | Number of existing services updated |
Number of existing services updated | ||
| failedCount | integer | Number of selected rows that failed to import |
Number of selected rows that failed to import | ||
| contentBlocksCreated | integer | Number of content blocks created (service terms and proposal content) |
Number of content blocks created (service terms and proposal content) | ||
| contentBlocksReused | integer | Number of times a service reused a content block instead of creating one |
Number of times a service reused a content block instead of creating one | ||
| rows | array 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
}