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-05-19T11:20:46.439208-04:00",
"exceptionTypeId": "f8e98ca8-c072-48cf-a01b-aefcd9b47182",
"serviceRequestEventId": "74e8f56b-2208-40e1-929a-22bf4e5ec82e",
"closedReasonId": "e8fcd47b-3ce6-44ac-a2ea-64df6cbd60b6",
"exceptionStatusId": "ba333330-048f-4342-b9e7-74b9cd65c49a"
}
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>e8fcd47b-3ce6-44ac-a2ea-64df6cbd60b6</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-05-19T11:20:46.439208-04:00</ExceptionFollowUpDate> <ExceptionStatusId>ba333330-048f-4342-b9e7-74b9cd65c49a</ExceptionStatusId> <ExceptionTypeId>f8e98ca8-c072-48cf-a01b-aefcd9b47182</ExceptionTypeId> <ServiceRequestEventId>74e8f56b-2208-40e1-929a-22bf4e5ec82e</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.