createQuota
POST/api/suppliers/createQuota
Create a new quota for a project.
Request
- application/json
Body
quotaId integer
Unique identifier for the quota being created.
projectId integer
Unique identifier of the project to which the quota applies.
quotaName string
Name assigned to the quota for easy reference.
quotaValue integer
Target value or number of completes for this quota.
Responses
- 200
Successful response
- application/json
- Schema
- Example (from schema)
Schema
status integer
message string
{
"status": 201,
"message": "Quota created successfully"
}
Loading...