POST API/JobTrak/UPRNExceptions
Exceptions for a given UPRN and date range
Request Information
URI Parameters
None.
Body Parameters
Request Body
UprnExceptionDateRange| Name | Description | Type | Additional 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-12-14T18:39:01.2614732+00:00",
"EndDate": "2025-12-14T18:39:01.2614732+00: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-12-14T18:39:01.2614732+00:00</StartDate> <EndDate>2025-12-14T18:39:01.2614732+00:00</EndDate> </UprnExceptionDateRange>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Uprn Exceptions
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.