POST API/JobTrak/UPRNExceptions
Exceptions for a given UPRN and date range
Request Information
URI Parameters
None.
Body Parameters
Request Body
UprnExceptionDateRangeName | 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-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:
Response Information
Resource Description
Uprn Exceptions
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.