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

applicationIdstring uuid required

ID of the application this prior-authority request is associated with.

laaReferencestring required

LAA reference of the application this prior-authority request is associated with.

priorAuthorityType'EXPERT' | 'DISBURSEMENT' | 'COUNSEL' required

The category of prior authority being requested.

justificationstring required

Detailed rationale explaining why funding is necessary.

Example request

{
  "applicationId": "5f1b2c3d-1111-2222-3333-444455556666",
  "laaReference": "LAA123456",
  "priorAuthorityType": "EXPERT",
  "justification": "The case requires specialist expert evidence to proceed.",
  "uploadedDocuments": [
    {
      "fileName": "abc123.pdf"
    }
  ],
  "expertDetails": {
    "expertType": "Psychologist",
    "expertFullName": "Dr John Doe",
    "expertPostcode": "SW1H 9AJ",
    "expertCosts": {
      "billingType": "HOURLY",
      "hourlyRate": 50,
      "timeRequested": {
        "hours": 2,
        "minutes": 30
      },
      "totalAmount": 125,
      "costsSharedWithOtherParties": true,
      "apportionment": {
        "partiesSharingCosts": 4,
        "clientShareAmount": 31.25
      }
    }
  },
  "counselDetails": {
    "counselType": "KINGS_COUNSEL_ALONE"
  },
  "disbursementDetails": {
    "disbursementPurpose": "Travel",
    "disbursementAmount": 125.5
  }
}

Response

Request accepted. Location header contains the submission URL.

Changes

Changed in 9 of the 21 revisions of this API.71616

    • added the new required request property

      new-required-request-property

    • removed the optional property from the response with the status

      response-optional-property-removed

  • 2aa39943a7d7103See the full diff
    • 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

    • 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

    • 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

  • 1c3849197b4c112See the full diff
    • the request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • removed the request property

      request-property-removed

    • the request property became optional

      request-property-became-optional

    • the request property became optional

      request-property-became-optional

    • 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

  • 90a429d1a8ec447See the full diff
    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • the request property became required

      request-property-became-required

    • 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

    • the request property became optional

      request-property-became-optional

    • the request property became optional

      request-property-became-optional

    • added the new FIXED_RATE enum value to the request property

      request-property-enum-value-added

    • the request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

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

    • added the new required request property

      new-required-request-property

    • endpoint added

      endpoint-added