getfeasibility
GET/api/suppliers/getfeasibility
Checks the feasibility of the project based on available sample.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
status integer
data
object
feasibility integer
cpi integer
{
"status": 200,
"data": {
"feasibility": 1,
"cpi": 1.25
}
}
Loading...