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-03-27T17:57:07.9688435-04:00",
"exceptionTypeId": "c4d745e2-e428-4313-b9fe-06a5118caf63",
"serviceRequestEventId": "a46804ca-444e-4d8e-9218-ae1c60f2b812",
"closedReasonId": "a3333b2c-aad6-4865-9e7f-1e3c93510cee",
"exceptionStatusId": "6da00473-67a7-42b1-b33a-726f10482f2c"
}
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>a3333b2c-aad6-4865-9e7f-1e3c93510cee</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-27T17:57:07.9688435-04:00</ExceptionFollowUpDate> <ExceptionStatusId>6da00473-67a7-42b1-b33a-726f10482f2c</ExceptionStatusId> <ExceptionTypeId>c4d745e2-e428-4313-b9fe-06a5118caf63</ExceptionTypeId> <ServiceRequestEventId>a46804ca-444e-4d8e-9218-ae1c60f2b812</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.