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": "2025-12-16T12:58:54.7048609+00:00",
"exceptionTypeId": "f4c5eeb5-eb68-498c-a30f-ac34dc08ae06",
"serviceRequestEventId": "aea483d3-edad-4353-ae17-eb1613a13f37",
"closedReasonId": "36e95ae3-79b4-438e-9f7f-99d608e25192",
"exceptionStatusId": "a71574c8-34c3-47fb-a4fa-47e775842161"
}
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>36e95ae3-79b4-438e-9f7f-99d608e25192</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2025-12-16T12:58:54.7048609+00:00</ExceptionFollowUpDate> <ExceptionStatusId>a71574c8-34c3-47fb-a4fa-47e775842161</ExceptionStatusId> <ExceptionTypeId>f4c5eeb5-eb68-498c-a30f-ac34dc08ae06</ExceptionTypeId> <ServiceRequestEventId>aea483d3-edad-4353-ae17-eb1613a13f37</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.