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-24T12:29:49.0118633+00:00",
"exceptionTypeId": "c3b5d172-3074-4f08-a9fe-5d3a190d377d",
"serviceRequestEventId": "447544e6-729a-4deb-a4f5-a56fb22fc6f7",
"closedReasonId": "99247fdd-ff5e-42ae-a7ef-4e6d6e2eb2f7",
"exceptionStatusId": "a0244bbd-83ed-4bcb-a90a-38c09d6a90bb"
}
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>99247fdd-ff5e-42ae-a7ef-4e6d6e2eb2f7</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-24T12:29:49.0118633+00:00</ExceptionFollowUpDate> <ExceptionStatusId>a0244bbd-83ed-4bcb-a90a-38c09d6a90bb</ExceptionStatusId> <ExceptionTypeId>c3b5d172-3074-4f08-a9fe-5d3a190d377d</ExceptionTypeId> <ServiceRequestEventId>447544e6-729a-4deb-a4f5-a56fb22fc6f7</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.