CNRUpdateMetadata

This operation enables user to mark or update sensitive and assessment documents.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
OrganisationID
required
string

Used by the API gateway to route the request to the council's API endpoint.

IdempotencyID
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically, a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json

Information request object

caseStatus
string <= 32 characters

Status of the Concurrence and Referral case

Array of objects (agencyInfo)
Array of objects (DocumentsInfo)
required
object (UpdatedBy)

Responses

Request samples

Content type
application/json
{
  • "caseStatus": "submitted",
  • "agencies": [
    ],
  • "documents": [
    ],
  • "updatedBy": {
    }
}