Prior Authority
Update an existing prior-authority draft
put/prior-authority/drafts/{draftId}
Path parameters
draftIdstring uuid required
ID of the draft to update.
Request body
Example request
{
"applicationId": "2a28f60d-fe15-43fe-92c3-5530595d5f51",
"priorAuthorityType": "EXPERT",
"counselType": "KINGS_COUNSEL_ALONE",
"expertType": "Child psychologist",
"expertFullName": "Dr Joe Bloggs",
"expertPostcode": "SW1H 9AJ",
"expertBasedInLondon": true,
"uploadedDocuments": [
{
"fileName": "abc123.pdf"
}
],
"billingType": "HOURLY",
"hourlyRate": 45,
"timeHours": 2,
"timeMinutes": 30,
"totalAmount": 135,
"justification": "Expert evidence is needed to establish causation."
}Response
Draft updated.