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-04T07:44:23.4623778+00:00",
"exceptionTypeId": "80bd7b67-42c1-460c-9302-5d8e043e8779",
"serviceRequestEventId": "8aea1992-1a97-4d83-a9b4-caef790c6453",
"closedReasonId": "ecc9ed1f-da97-44e7-907f-6358b1a054f7",
"exceptionStatusId": "6628c70c-9b2d-4012-8949-1f27d44c22e1"
}
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>ecc9ed1f-da97-44e7-907f-6358b1a054f7</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-04T07:44:23.4623778+00:00</ExceptionFollowUpDate> <ExceptionStatusId>6628c70c-9b2d-4012-8949-1f27d44c22e1</ExceptionStatusId> <ExceptionTypeId>80bd7b67-42c1-460c-9302-5d8e043e8779</ExceptionTypeId> <ServiceRequestEventId>8aea1992-1a97-4d83-a9b4-caef790c6453</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.