|
2 | 2 | <html lang="en" class="govuk-template govuk-template--rebranded"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | | - <title>Application Information API - HM Land Registry Developer Pack</title> |
| 5 | + <title>Application information API - HM Land Registry Developer Pack</title> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
7 | 7 | <meta name="theme-color" content="#789904"> |
8 | 8 |
|
|
12 | 12 | <link rel="stylesheet" href="/assets/application.css"> |
13 | 13 |
|
14 | 14 |
|
15 | | - <meta property="og:title" content="Application Information API"> |
16 | | -<meta property="og:description" name="description" content="Use this service to get information about a specific application."> |
| 15 | + <meta property="og:title" content="Application information API"> |
| 16 | +<meta property="og:description" name="description" content="Use this service to get information about a specific application"> |
17 | 17 | <script src="/assets/script.js"></script><script> |
18 | 18 | function setVersion() { |
19 | 19 | let version = document.getElementById('version').value; |
|
78 | 78 | <div class="govuk-grid-column-full"> |
79 | 79 |
|
80 | 80 | <header class="app-document-header"> |
81 | | - <h1 class="govuk-heading-xl">Application Information API</h1><p class="govuk-body-l">Use this service to get information about a specific application.</p> |
| 81 | + <h1 class="govuk-heading-xl">Application information API</h1><p class="govuk-body-l">Use this service to get information about a specific application</p> |
82 | 82 | </header> |
83 | 83 |
|
84 | 84 | </div> |
@@ -115,13 +115,13 @@ <h2 class="govuk-heading-m govuk-!-margin-0" id="version-and-status">Version and |
115 | 115 | <li>the <code class="app-code app-code--inline">application_request_id</code> used in the request</li> |
116 | 116 | <li>an ID for the accepted application, <code class="app-code app-code--inline">hmlr_reference</code>, once accepted (previously known as ABR)</li> |
117 | 117 | <li>the priority of the application, <code class="app-code app-code--inline">priority_timestamp</code>, once accepted</li> |
118 | | -<li>any errors that prevented application submission</li> |
| 118 | +<li>any errors that prevented application submission, including <code class="app-code app-code--inline">VALIDATION_FAILED</code></li> |
119 | 119 | <li>any warnings that did not prevent submission but need to be addressed before a caseworker can process the application (otherwise a requisition may occur)</li> |
120 | 120 | <li>a list of correspondence records associated with the application including: |
121 | 121 | <ul class="govuk-list govuk-list--bullet"> |
122 | | -<li>Completion documents</li> |
123 | | -<li>Cancellation documents</li> |
124 | | -<li>Requsition documents</li> |
| 122 | +<li>completion documents</li> |
| 123 | +<li>cancellation documents</li> |
| 124 | +<li>requisition documents</li> |
125 | 125 | </ul> |
126 | 126 | </li> |
127 | 127 | </ul> |
|
0 commit comments