POST utils/v2/Exception/ServiceRequestEvent/Open
The open sre exception. NEX-4169
Request Information
URI Parameters
None.
Body Parameters
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-27T02:04:53.2367105-04:00",
"exceptionTypeId": "d7b36dfe-e737-4933-82d2-77fd64d17795",
"serviceRequestEventId": "36093bcc-013c-43f8-afc8-b78f47513644",
"closedReasonId": "3b10da26-7271-4440-820a-8bbab4a9de30",
"exceptionStatusId": "3e666d6e-6495-4d51-80c5-ef66ea53a0b7"
}
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>3b10da26-7271-4440-820a-8bbab4a9de30</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-27T02:04:53.2367105-04:00</ExceptionFollowUpDate> <ExceptionStatusId>3e666d6e-6495-4d51-80c5-ef66ea53a0b7</ExceptionStatusId> <ExceptionTypeId>d7b36dfe-e737-4933-82d2-77fd64d17795</ExceptionTypeId> <ServiceRequestEventId>36093bcc-013c-43f8-afc8-b78f47513644</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.