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-06-14T08:06:40.9428541+00:00",
"exceptionTypeId": "f2715c82-36f7-4cff-ad86-cdb4bf8611ee",
"serviceRequestEventId": "b78ffd57-823d-4d0a-8360-0b85f2a568fc",
"closedReasonId": "56fbcf1c-d370-4675-b788-90a2b0eeacfc",
"exceptionStatusId": "87e41573-b82e-490b-b71a-e035f5e0ccaf"
}
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>56fbcf1c-d370-4675-b788-90a2b0eeacfc</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-14T08:06:40.9428541+00:00</ExceptionFollowUpDate> <ExceptionStatusId>87e41573-b82e-490b-b71a-e035f5e0ccaf</ExceptionStatusId> <ExceptionTypeId>f2715c82-36f7-4cff-ad86-cdb4bf8611ee</ExceptionTypeId> <ServiceRequestEventId>b78ffd57-823d-4d0a-8360-0b85f2a568fc</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.