Prior Authority

Create a prior-authority draft

Saves the supplied form as a new draft.

post/prior-authority/drafts

Request body

applicationIdstring uuid required

ID of the application this draft is associated with.

priorAuthorityType'EXPERT' | 'DISBURSEMENT' | 'COUNSEL' nullable

The type of prior authority being requested.

counselType'KINGS_COUNSEL_ALONE' | 'TWO_JUNIOR_COUNSEL' | 'KINGS_COUNSEL_AND_JUNIOR_COUNSEL' | 'KINGS_COUNSEL_AND_TWO_JUNIOR_COUNSEL' nullable

The counsel type requested.

expertTypestring nullable

The expert type.

expertFullNamestring nullable

Full name of the expert the prior authority is for.

expertPostcodestring nullable

Primary business postcode of the expert.

billingType'HOURLY' | 'FIXED_RATE' nullable

How the work will be billed.

hourlyRatenumber nullable

Hourly rate in GBP.

timeHoursinteger nullable

Estimated whole hours.

timeMinutesinteger nullable

Estimated additional minutes.

totalAmountnumber nullable

Total amount in GBP.

justificationstring nullable

Detailed rationale explaining why funding is necessary.

Example request

{
  "applicationId": "2a28f60d-fe15-43fe-92c3-5530595d5f51",
  "priorAuthorityType": "EXPERT",
  "counselType": "KINGS_COUNSEL_ALONE",
  "expertType": "Child psychologist",
  "expertFullName": "Dr Joe Bloggs",
  "expertPostcode": "SW1H 9AJ",
  "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.

Changes

Changed in 7 of the 21 revisions of this API.2520

    • removed the request property

      request-property-removed

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property //

      new-optional-request-property

  • 90a429d1a8ec146See the full diff
    • removed the enum value FLAT_RATE of the request property

      request-property-enum-value-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • removed the request property

      request-property-removed

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new FIXED_RATE enum value to the request property

      request-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property

      new-optional-request-property

  • 80f66d266591110See the full diff
    • the request property type changed from object to null

      request-property-type-changed

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • endpoint added

      endpoint-added