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-05-11T15:03:38.5174721-04:00",
"exceptionTypeId": "9073e333-d0ed-41f1-9bfa-5026595e4055",
"serviceRequestEventId": "643a3cc9-1add-466f-95cf-791b407617b4",
"closedReasonId": "25f6f4d6-6e26-4e47-9460-11376db93e85",
"exceptionStatusId": "7b058091-3574-497e-98ee-bf8c730932c0"
}
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>25f6f4d6-6e26-4e47-9460-11376db93e85</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-05-11T15:03:38.5174721-04:00</ExceptionFollowUpDate> <ExceptionStatusId>7b058091-3574-497e-98ee-bf8c730932c0</ExceptionStatusId> <ExceptionTypeId>9073e333-d0ed-41f1-9bfa-5026595e4055</ExceptionTypeId> <ServiceRequestEventId>643a3cc9-1add-466f-95cf-791b407617b4</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.