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 |
|---|---|---|
| source | enum | Unknown Native Engager BrightManager |
Unknown Native Engager BrightManager | ||
| services | array 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": "..."
}
]
}