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-05-12T07:55:21.59119-04:00",
"exceptionTypeId": "24437213-f6d7-4006-87c5-f4624fc81984",
"serviceRequestEventId": "fea80a2a-3863-43e3-b50c-71b11eae3486",
"closedReasonId": "e577186d-fdf7-406c-8849-c93ea628d26d",
"exceptionStatusId": "e0fbb4c1-4c29-42a8-84af-73ffb11d2220"
}
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>e577186d-fdf7-406c-8849-c93ea628d26d</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-05-12T07:55:21.59119-04:00</ExceptionFollowUpDate> <ExceptionStatusId>e0fbb4c1-4c29-42a8-84af-73ffb11d2220</ExceptionStatusId> <ExceptionTypeId>24437213-f6d7-4006-87c5-f4624fc81984</ExceptionTypeId> <ServiceRequestEventId>fea80a2a-3863-43e3-b50c-71b11eae3486</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.