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-03-03T17:51:26.660161+00:00",
"exceptionTypeId": "87647109-da4d-4126-931e-79d30728a7c4",
"serviceRequestEventId": "b99e828e-6bf8-4b94-8c37-c55f37392ca0",
"closedReasonId": "d69660af-08a6-4f86-ae42-1a291327c3a1",
"exceptionStatusId": "f2a674c2-81e9-43c5-a288-e62dcc0d35e3"
}
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>d69660af-08a6-4f86-ae42-1a291327c3a1</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-03T17:51:26.660161+00:00</ExceptionFollowUpDate> <ExceptionStatusId>f2a674c2-81e9-43c5-a288-e62dcc0d35e3</ExceptionStatusId> <ExceptionTypeId>87647109-da4d-4126-931e-79d30728a7c4</ExceptionTypeId> <ServiceRequestEventId>b99e828e-6bf8-4b94-8c37-c55f37392ca0</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.