POST utils/v2/Exception/ServiceRequestEvent/Close
The close sre exception. NEX-4169
Request Information
URI Parameters
None.
Body Parameters
The exception.
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:50:56.1074719+00:00",
"exceptionTypeId": "9c3003d9-ff29-43c4-8fee-a475d266031b",
"serviceRequestEventId": "abb8ac0d-f3fd-463e-8513-f47c4982fbdc",
"closedReasonId": "b7c21cdf-77a0-4659-afc1-8b57e42a4828",
"exceptionStatusId": "31a7f6c2-5a18-4762-bf0d-b559b64bbc88"
}
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>b7c21cdf-77a0-4659-afc1-8b57e42a4828</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-03T17:50:56.1074719+00:00</ExceptionFollowUpDate> <ExceptionStatusId>31a7f6c2-5a18-4762-bf0d-b559b64bbc88</ExceptionStatusId> <ExceptionTypeId>9c3003d9-ff29-43c4-8fee-a475d266031b</ExceptionTypeId> <ServiceRequestEventId>abb8ac0d-f3fd-463e-8513-f47c4982fbdc</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.