Prior Authority
Create a prior-authority draft
Saves the supplied form as a new draft.
post/prior-authority/drafts
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 created. Location header contains the draft URL.