Update an organization applicant
Updates the latest version of an organization applicant. Cannot update if COMPLETED (409); use PUT for new version.
Path Parameters
idstring
Format
uuidschemaName?string
(Optional) Schema to use to validate data that will be added to applicant
applicantData?object
Partial update; only sent fields are modified
Empty Object
Response Body
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "PENDING",
"applicantData": {},
"createdOn": "2019-08-24T14:15:22Z",
"lastUpdatedOn": "2019-08-24T14:15:22Z"
}Empty
Empty
Empty