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-04-03T21:20:51.5929029-04:00",
"exceptionTypeId": "2faeaf26-a5b8-4558-a71d-b1d3fad5add5",
"serviceRequestEventId": "73aaf031-80d9-4373-8f4b-963db9e325d5",
"closedReasonId": "fae7eeda-0ae8-480b-8942-4aff7e3cae38",
"exceptionStatusId": "73c7e19a-4ca3-4f0c-a630-c9cd2115369d"
}
application/xml, text/xml
Sample:
<ServiceRequestEventExceptionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NexusFieldServices.Module.DTOs"> <ClosedReasonId>fae7eeda-0ae8-480b-8942-4aff7e3cae38</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-04-03T21:20:51.5929029-04:00</ExceptionFollowUpDate> <ExceptionStatusId>73c7e19a-4ca3-4f0c-a630-c9cd2115369d</ExceptionStatusId> <ExceptionTypeId>2faeaf26-a5b8-4558-a71d-b1d3fad5add5</ExceptionTypeId> <ServiceRequestEventId>73aaf031-80d9-4373-8f4b-963db9e325d5</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.