UsersController_importFromExcel
POST/users/import/excel
UsersController_importFromExcel
Request
Query Parameters
dryRun stringrequired
Header Parameters
x-futbolprode-path string
x-futbolprode-host string
- application/json
Body
required
url stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
ignoredRowsCount numberrequired
createdCount numberrequired
updatedCount numberrequired
errorCount numberrequired
newAreas string[]required
existingAreas string[]required
{
"ignoredRowsCount": 0,
"createdCount": 0,
"updatedCount": 0,
"errorCount": 0,
"newAreas": [
"string"
],
"existingAreas": [
"string"
]
}
Loading...