Set status
Changes the status of an application
End point
/api/applicationapi/setstatusRequest format
POSTRequest content
The request body should be formatted as XML, see below.
<?xml version=""1.0"" encoding=""UTF-8""?>
<application>
<id></id>
<status></status>
<reply></reply>
<rejectreason></rejectreason>
</requisition>
Response Messages
The Brainville API will respond to the HTTP POST in the following manner:
Success
If the post was successful, the response will be HTTP Status 200 (OK).
Failure
Incorrect authentication – The service will return HTTP Status 401 (Unauthorized). This
will be returned if either API User Key or API Sender Key is incorrect
Bad XML – If the XML is malformed, a HTTP Status 400 (Bad Request) will be returned.
Incorrect application Id – a HTTP Status 404 (Not found) will be returned