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-08-07T16:43:46.0371208+00:00",
"exceptionTypeId": "6aa4fa48-449f-4808-a20e-7113c7920ee5",
"serviceRequestEventId": "13886daa-ce72-4b22-884f-cb15c9ebd918",
"closedReasonId": "a85c5e0d-0e58-4b48-afcd-b12890754ea6",
"exceptionStatusId": "aae5b343-d26c-46c3-9a05-9e5f4c6ba350"
}
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>a85c5e0d-0e58-4b48-afcd-b12890754ea6</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-07T16:43:46.0371208+00:00</ExceptionFollowUpDate> <ExceptionStatusId>aae5b343-d26c-46c3-9a05-9e5f4c6ba350</ExceptionStatusId> <ExceptionTypeId>6aa4fa48-449f-4808-a20e-7113c7920ee5</ExceptionTypeId> <ServiceRequestEventId>13886daa-ce72-4b22-884f-cb15c9ebd918</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.