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-08-07T16:43:33.9407794+00:00",
"exceptionTypeId": "fb39cf92-4b3c-4879-a295-a50259a2b89e",
"serviceRequestEventId": "0ddadf7b-f66f-46d7-99fa-9d03653b5e94",
"closedReasonId": "67c928f0-90eb-4740-a904-b009586cffff",
"exceptionStatusId": "c2dbb9e8-7dba-498d-a99c-110e53c57f8a"
}
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>67c928f0-90eb-4740-a904-b009586cffff</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-07T16:43:33.9407794+00:00</ExceptionFollowUpDate> <ExceptionStatusId>c2dbb9e8-7dba-498d-a99c-110e53c57f8a</ExceptionStatusId> <ExceptionTypeId>fb39cf92-4b3c-4879-a295-a50259a2b89e</ExceptionTypeId> <ServiceRequestEventId>0ddadf7b-f66f-46d7-99fa-9d03653b5e94</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.