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-03-03T17:49:43.7874601+00:00",
"exceptionTypeId": "6e4bb8ff-626d-410e-8f88-98fa57d69654",
"serviceRequestEventId": "fbfea9b1-6518-4f3d-9555-767133184e45",
"closedReasonId": "febcc298-03a4-4cc7-9ce6-b779518e0e63",
"exceptionStatusId": "6986f7dc-8fdb-4356-8d14-180a9991b896"
}
application/xml, text/xml
Sample:
<ServiceRequestEventExceptionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nexus.Shared.Interaction.DTOs"> <ClosedReasonId>febcc298-03a4-4cc7-9ce6-b779518e0e63</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-03T17:49:43.7874601+00:00</ExceptionFollowUpDate> <ExceptionStatusId>6986f7dc-8fdb-4356-8d14-180a9991b896</ExceptionStatusId> <ExceptionTypeId>6e4bb8ff-626d-410e-8f88-98fa57d69654</ExceptionTypeId> <ServiceRequestEventId>fbfea9b1-6518-4f3d-9555-767133184e45</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.