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-04-03T23:01:06.7176425-04:00",
"exceptionTypeId": "24a1150f-91af-4bfa-afbf-c5472dfc573b",
"serviceRequestEventId": "bfe01ea5-4daf-40bd-bb29-dd1bf377f260",
"closedReasonId": "3a868060-8b47-44e7-ac96-6f65beef41c1",
"exceptionStatusId": "d8739921-e5e6-445e-b1a7-5d04ff9901b7"
}
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>3a868060-8b47-44e7-ac96-6f65beef41c1</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-04-03T23:01:06.7176425-04:00</ExceptionFollowUpDate> <ExceptionStatusId>d8739921-e5e6-445e-b1a7-5d04ff9901b7</ExceptionStatusId> <ExceptionTypeId>24a1150f-91af-4bfa-afbf-c5472dfc573b</ExceptionTypeId> <ServiceRequestEventId>bfe01ea5-4daf-40bd-bb29-dd1bf377f260</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.