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-19T11:21:12.6190648-04:00",
"exceptionTypeId": "34552d42-6a05-4862-908f-875fce181f45",
"serviceRequestEventId": "013c3912-9f27-4c1d-83d7-463a7fd11179",
"closedReasonId": "83c02397-2023-4ca1-b21d-8266c4180f08",
"exceptionStatusId": "c2991111-bfe7-45b5-b610-933212f17682"
}
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>83c02397-2023-4ca1-b21d-8266c4180f08</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-05-19T11:21:12.6190648-04:00</ExceptionFollowUpDate> <ExceptionStatusId>c2991111-bfe7-45b5-b610-933212f17682</ExceptionStatusId> <ExceptionTypeId>34552d42-6a05-4862-908f-875fce181f45</ExceptionTypeId> <ServiceRequestEventId>013c3912-9f27-4c1d-83d7-463a7fd11179</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.