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:10:35.2610441+00:00",
"exceptionTypeId": "3f9305d3-39ca-4b9f-8496-96b871ef20bd",
"serviceRequestEventId": "a4b5e93e-ca62-4fc7-8f6d-70f5ccb5e675",
"closedReasonId": "e55e0ba9-ed4c-46d9-b390-d620ce4fbef4",
"exceptionStatusId": "5765893f-caa0-4699-ba76-d759944fb581"
}
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>e55e0ba9-ed4c-46d9-b390-d620ce4fbef4</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-14T08:10:35.2610441+00:00</ExceptionFollowUpDate> <ExceptionStatusId>5765893f-caa0-4699-ba76-d759944fb581</ExceptionStatusId> <ExceptionTypeId>3f9305d3-39ca-4b9f-8496-96b871ef20bd</ExceptionTypeId> <ServiceRequestEventId>a4b5e93e-ca62-4fc7-8f6d-70f5ccb5e675</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.