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-07-05T15:28:08.9492636-04:00",
"exceptionTypeId": "69d43ca4-53b5-4e51-8d0f-0ebf2078ea8f",
"serviceRequestEventId": "e425a47c-f87e-4c32-b236-ae0169032de8",
"closedReasonId": "8658c864-108c-49b8-90e4-d04d876148b3",
"exceptionStatusId": "f4b281db-a42d-4703-9cb6-1d56d231d232"
}
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>8658c864-108c-49b8-90e4-d04d876148b3</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-07-05T15:28:08.9492636-04:00</ExceptionFollowUpDate> <ExceptionStatusId>f4b281db-a42d-4703-9cb6-1d56d231d232</ExceptionStatusId> <ExceptionTypeId>69d43ca4-53b5-4e51-8d0f-0ebf2078ea8f</ExceptionTypeId> <ServiceRequestEventId>e425a47c-f87e-4c32-b236-ae0169032de8</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.