Set status
Changes the status of an application
End point
/v2/applicationRequest format
PUTRequest content
Example:
{
"id": "126454",
"status": "Rejected",
"rejectReason": "NotMatching"
}
Changes the status of an application
Example:
{
"id": "126454",
"status": "Rejected",
"rejectReason": "NotMatching"
}