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-08-24T12:30:17.3889123+00:00",
"exceptionTypeId": "684e1b92-3610-4923-a4c4-e45600bf1a08",
"serviceRequestEventId": "ad9fe131-0a35-4ffa-9fc9-6b7316897cd2",
"closedReasonId": "7ca11ee6-9664-41af-870b-136fc355e494",
"exceptionStatusId": "77ccc9f5-28d3-4441-ad8d-43fad1057d66"
}
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>7ca11ee6-9664-41af-870b-136fc355e494</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-24T12:30:17.3889123+00:00</ExceptionFollowUpDate> <ExceptionStatusId>77ccc9f5-28d3-4441-ad8d-43fad1057d66</ExceptionStatusId> <ExceptionTypeId>684e1b92-3610-4923-a4c4-e45600bf1a08</ExceptionTypeId> <ServiceRequestEventId>ad9fe131-0a35-4ffa-9fc9-6b7316897cd2</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.