Prior Authority
Submit a prior-authority request
Accepts a prior-authority request from the LAA Civil Manage frontend and forwards it to the Access Data Store.
post/prior-authority
Request body
Example request
{
"applicationId": "5f1b2c3d-1111-2222-3333-444455556666",
"priorAuthorityType": "EXPERT",
"expertType": "Psychologist",
"expertFullName": "John Doe",
"expertPostcode": "SW1H 9AJ",
"expertBasedInLondon": true,
"uploadedDocuments": [
{
"fileName": "abc123.pdf"
}
],
"billingType": "HOURLY",
"hourlyRate": 50,
"timeHours": 2,
"timeMinutes": 30,
"totalAmount": 125,
"justification": "The case requires specialist expert evidence to proceed.",
"counselType": "KINGS_COUNSEL_ALONE."
}Response
Request accepted. Location header contains the submission URL.