POST API/JobTrak/UPRNExceptions

Exceptions for a given UPRN and date range

Request Information

URI Parameters

None.

Body Parameters

Request Body

UprnExceptionDateRange
NameDescriptionTypeAdditional information
Uprn

UPRN to query

string

Required

StartDate

Start Date

date

Required

EndDate

End Date

date

Required

Request Formats

application/json, text/json

Sample:
{
  "Uprn": "sample string 1",
  "StartDate": "2025-10-20T00:22:30.1613331+01:00",
  "EndDate": "2025-10-20T00:22:30.1613331+01:00"
}

application/xml, text/xml

Sample:
<UprnExceptionDateRange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Uprn>sample string 1</Uprn>
  <StartDate>2025-10-20T00:22:30.1613331+01:00</StartDate>
  <EndDate>2025-10-20T00:22:30.1613331+01:00</EndDate>
</UprnExceptionDateRange>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UprnExceptionDateRange'.

Response Information

Resource Description

Uprn Exceptions

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.