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-30T14:18:12.0532508-05:00",
"exceptionTypeId": "531f6e2b-08b2-4f1a-b931-40ad9192700b",
"serviceRequestEventId": "776aee8c-8392-44e8-b7f9-c8a700bdf686",
"closedReasonId": "d653b788-808a-42c3-90cc-5c8109e523f3",
"exceptionStatusId": "562b01c8-1bf0-45bc-a7fb-2d0e6b07501d"
}
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>d653b788-808a-42c3-90cc-5c8109e523f3</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-30T14:18:12.0532508-05:00</ExceptionFollowUpDate> <ExceptionStatusId>562b01c8-1bf0-45bc-a7fb-2d0e6b07501d</ExceptionStatusId> <ExceptionTypeId>531f6e2b-08b2-4f1a-b931-40ad9192700b</ExceptionTypeId> <ServiceRequestEventId>776aee8c-8392-44e8-b7f9-c8a700bdf686</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.