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-27T02:05:08.2828334-04:00",
"exceptionTypeId": "6ec7f008-28e4-4eff-9318-b9db11d03549",
"serviceRequestEventId": "7b395e7f-9412-450a-93db-467275aad177",
"closedReasonId": "fe27e1eb-dddc-422f-98bc-f27ceb402ea9",
"exceptionStatusId": "4da4b17f-0742-4c0e-9ea1-b22eaaa4d551"
}
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>fe27e1eb-dddc-422f-98bc-f27ceb402ea9</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-27T02:05:08.2828334-04:00</ExceptionFollowUpDate> <ExceptionStatusId>4da4b17f-0742-4c0e-9ea1-b22eaaa4d551</ExceptionStatusId> <ExceptionTypeId>6ec7f008-28e4-4eff-9318-b9db11d03549</ExceptionTypeId> <ServiceRequestEventId>7b395e7f-9412-450a-93db-467275aad177</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.