POST utils/v2/Exception/ServiceRequestEvent/CloseAny
The close all Service request event 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:50.0848653+00:00",
"exceptionTypeId": "14104150-4a75-43d7-85bb-bb1dc77ce77f",
"serviceRequestEventId": "f5d6cfaa-447e-4dfa-a95c-57e9adb8a1f5",
"closedReasonId": "185078f5-ce99-4a1e-96ec-05b1202135a6",
"exceptionStatusId": "e9ba5b8f-82db-4b6c-83d1-bb49a43faaa7"
}
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>185078f5-ce99-4a1e-96ec-05b1202135a6</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-24T12:30:50.0848653+00:00</ExceptionFollowUpDate> <ExceptionStatusId>e9ba5b8f-82db-4b6c-83d1-bb49a43faaa7</ExceptionStatusId> <ExceptionTypeId>14104150-4a75-43d7-85bb-bb1dc77ce77f</ExceptionTypeId> <ServiceRequestEventId>f5d6cfaa-447e-4dfa-a95c-57e9adb8a1f5</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.