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-27T00:50:59.4637599-05:00",
"exceptionTypeId": "eeac4647-bff0-4c25-81c2-6f12f28a5ed8",
"serviceRequestEventId": "69abf450-fe99-4d8e-900a-33a21aad496c",
"closedReasonId": "0e819037-0a3b-4ddc-9944-71d43fca46c9",
"exceptionStatusId": "2395d100-4ba9-4db1-901d-8fbe36ca7e92"
}
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>0e819037-0a3b-4ddc-9944-71d43fca46c9</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-27T00:50:59.4637599-05:00</ExceptionFollowUpDate> <ExceptionStatusId>2395d100-4ba9-4db1-901d-8fbe36ca7e92</ExceptionStatusId> <ExceptionTypeId>eeac4647-bff0-4c25-81c2-6f12f28a5ed8</ExceptionTypeId> <ServiceRequestEventId>69abf450-fe99-4d8e-900a-33a21aad496c</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.