POST utils/v2/Exception/ServiceRequestEvent/Close
The close sre exception. NEX-4169
Request Information
URI Parameters
None.
Body Parameters
The exception.
ServiceRequestEventExceptionDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionComment | string |
None. |
|
| ExceptionFollowUpDate | date |
None. |
|
| ExceptionTypeId | globally unique identifier |
None. |
|
| ServiceRequestEventId | globally unique identifier |
None. |
|
| ClosedReasonId | globally unique identifier |
None. |
|
| ExceptionStatusId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"exceptionComment": "sample string 1",
"exceptionFollowUpDate": "2026-03-04T07:45:34.3825223+00:00",
"exceptionTypeId": "95166751-f3b3-4c55-987f-7728e40fd77c",
"serviceRequestEventId": "43d3c391-7773-4127-b5dd-becec4bb6fd9",
"closedReasonId": "a3a11d34-b060-440a-b300-4990eba9087b",
"exceptionStatusId": "a5464532-3d31-4b7a-824c-9f5a73026d7f"
}
application/xml, text/xml
Sample:
<ServiceRequestEventExceptionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NexusFieldServices.Module.DTOs"> <ClosedReasonId>a3a11d34-b060-440a-b300-4990eba9087b</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-04T07:45:34.3825223+00:00</ExceptionFollowUpDate> <ExceptionStatusId>a5464532-3d31-4b7a-824c-9f5a73026d7f</ExceptionStatusId> <ExceptionTypeId>95166751-f3b3-4c55-987f-7728e40fd77c</ExceptionTypeId> <ServiceRequestEventId>43d3c391-7773-4127-b5dd-becec4bb6fd9</ServiceRequestEventId> </ServiceRequestEventExceptionDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The .
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.