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": "2025-12-16T13:02:59.41421+00:00",
"exceptionTypeId": "7a539d0a-c01b-4653-b500-1b2ad12efbd1",
"serviceRequestEventId": "0ec4df93-dcfa-455c-a8bb-92d08e138c9c",
"closedReasonId": "dcced0a0-9290-4bfb-9d83-b6dbe749ae28",
"exceptionStatusId": "0557a6e2-b6e2-4426-8ffe-17d3da873c38"
}
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>dcced0a0-9290-4bfb-9d83-b6dbe749ae28</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2025-12-16T13:02:59.41421+00:00</ExceptionFollowUpDate> <ExceptionStatusId>0557a6e2-b6e2-4426-8ffe-17d3da873c38</ExceptionStatusId> <ExceptionTypeId>7a539d0a-c01b-4653-b500-1b2ad12efbd1</ExceptionTypeId> <ServiceRequestEventId>0ec4df93-dcfa-455c-a8bb-92d08e138c9c</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.