Detail Import Customer
Detail Import Customer
Path Parameters
id uuid required
Import UUID
Responses
- 200
- 401
- 404
OK
application/json
Schema
Example (from schema)
Schema
data object
status string
processed_count integer
total_count integer
process_percentage number
success_count integer
failed_count integer
{
"data": {
"status": "string",
"processed_count": 0,
"total_count": 0,
"process_percentage": 0,
"success_count": 0,
"failed_count": 0
}
}
Unauthorized
Not Found
Loading...