POST utils/v2/Exception/ServiceRequestEvent/Close
The close sre exception. NEX-4169
Request Information
URI Parameters
None.
Body Parameters
The exception.
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:41:13.2460554-05:00",
"exceptionTypeId": "5d38a000-89e0-4a14-82bd-8fcd878ae934",
"serviceRequestEventId": "641fc525-e8cb-4775-80fb-71d2aba3036a",
"closedReasonId": "6671ac1f-ffbe-49c8-a0b8-c2ea70f02829",
"exceptionStatusId": "e298d310-26cc-4869-9a15-202e19ea18c2"
}
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>6671ac1f-ffbe-49c8-a0b8-c2ea70f02829</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-02-03T21:41:13.2460554-05:00</ExceptionFollowUpDate> <ExceptionStatusId>e298d310-26cc-4869-9a15-202e19ea18c2</ExceptionStatusId> <ExceptionTypeId>5d38a000-89e0-4a14-82bd-8fcd878ae934</ExceptionTypeId> <ServiceRequestEventId>641fc525-e8cb-4775-80fb-71d2aba3036a</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.