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-02-03T21:46:18.0547998-05:00",
"exceptionTypeId": "29477f67-3c91-42db-9187-fa3b6c823c27",
"serviceRequestEventId": "ce0c8599-e268-477b-bb8d-aac945bf9dbe",
"closedReasonId": "81b1f924-216d-446d-a8e3-8f683e9a647f",
"exceptionStatusId": "ac4b127e-22ec-47d6-a08b-40d03148b34f"
}
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>81b1f924-216d-446d-a8e3-8f683e9a647f</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-02-03T21:46:18.0547998-05:00</ExceptionFollowUpDate> <ExceptionStatusId>ac4b127e-22ec-47d6-a08b-40d03148b34f</ExceptionStatusId> <ExceptionTypeId>29477f67-3c91-42db-9187-fa3b6c823c27</ExceptionTypeId> <ServiceRequestEventId>ce0c8599-e268-477b-bb8d-aac945bf9dbe</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.