POST utils/v2/Exception/ServiceRequestEvent/Open
The open sre exception. NEX-4169
Request Information
URI Parameters
None.
Body Parameters
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:34.4016241+00:00",
"exceptionTypeId": "ba1cde7c-059f-4220-ba95-86b010110e5f",
"serviceRequestEventId": "261cf094-3628-4bd3-b269-125ac1ab6091",
"closedReasonId": "c3e20a43-b576-4807-9dfc-485e157300c4",
"exceptionStatusId": "7588161d-ca5d-4029-97cc-6e7b60c4558b"
}
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>c3e20a43-b576-4807-9dfc-485e157300c4</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-14T08:10:34.4016241+00:00</ExceptionFollowUpDate> <ExceptionStatusId>7588161d-ca5d-4029-97cc-6e7b60c4558b</ExceptionStatusId> <ExceptionTypeId>ba1cde7c-059f-4220-ba95-86b010110e5f</ExceptionTypeId> <ServiceRequestEventId>261cf094-3628-4bd3-b269-125ac1ab6091</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.