Submit grading plan
POST
/grading/rest/v1/grading-plans/submit-plan
Submits grading plan for processing
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"planId": 123
}
Responses
Plan submitted successfully
application/json
JSON
{
"id": 0,
"name": "string",
"lotNumber": 0,
"programId": 0,
"status": "string",
"createdAt": "string"
}