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-06-14T08:06:40.7241206+00:00",
"exceptionTypeId": "bb430652-a85f-488d-8a2f-c14e5cb2256c",
"serviceRequestEventId": "28c26862-e651-42e2-be30-088d843a5a4e",
"closedReasonId": "f3cdc0b3-adfb-442e-bb3c-b45507e910de",
"exceptionStatusId": "1ebb9078-ffe7-477a-81eb-bf41e1af2514"
}
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>f3cdc0b3-adfb-442e-bb3c-b45507e910de</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-14T08:06:40.7241206+00:00</ExceptionFollowUpDate> <ExceptionStatusId>1ebb9078-ffe7-477a-81eb-bf41e1af2514</ExceptionStatusId> <ExceptionTypeId>bb430652-a85f-488d-8a2f-c14e5cb2256c</ExceptionTypeId> <ServiceRequestEventId>28c26862-e651-42e2-be30-088d843a5a4e</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.