API Docs / Schemas / ServiceCsvAnalysisDto

ServiceCsvAnalysisDto

Result of analysing a foreign service CSV: the detected source and the services to map.
Whether each service carries a price/frequency is on the service (DetectedServiceDto.IncludesPricing).

Properties

Name Type Description
sourceenum

Unknown Native Engager BrightManager

Unknown Native Engager BrightManager

servicesarray of DetectedServiceDto

The services detected in the file, for mapping to billable services.

The services detected in the file, for mapping to billable services.

JSON Example

{
  "source": "Unknown",
  "services": [
    {
      "csvServiceName": "...",
      "clientCount": "...",
      "feeColumnIndex": "...",
      "includesPricing": "..."
    }
  ]
}

Used By Operations