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-06-29T22:34:09.2231805-05:00",
"exceptionTypeId": "7530ffa5-b8bb-49dc-afbb-37c0623f0741",
"serviceRequestEventId": "875c6f01-fa2b-4262-b66a-564b102084c0",
"closedReasonId": "a4ef1f30-a219-4f55-b64e-25bb2c882d29",
"exceptionStatusId": "658b44ec-bc68-43f5-a900-d0c2ccf45cc6"
}
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>a4ef1f30-a219-4f55-b64e-25bb2c882d29</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-29T22:34:09.2231805-05:00</ExceptionFollowUpDate> <ExceptionStatusId>658b44ec-bc68-43f5-a900-d0c2ccf45cc6</ExceptionStatusId> <ExceptionTypeId>7530ffa5-b8bb-49dc-afbb-37c0623f0741</ExceptionTypeId> <ServiceRequestEventId>875c6f01-fa2b-4262-b66a-564b102084c0</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.