POST utils/v2/Exception/ServiceRequestEvent/CloseAny
The close all Service request event 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-08-27T00:51:25.236433-05:00",
"exceptionTypeId": "0f442900-b593-447d-9f2b-400663951590",
"serviceRequestEventId": "c5523d7d-35bb-4444-a3fe-1051342b9e7d",
"closedReasonId": "8cafb5a7-80e0-4a40-9332-25c6f5e8544b",
"exceptionStatusId": "898ad24c-0598-4827-a097-c0aff77be95b"
}
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>8cafb5a7-80e0-4a40-9332-25c6f5e8544b</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-27T00:51:25.236433-05:00</ExceptionFollowUpDate> <ExceptionStatusId>898ad24c-0598-4827-a097-c0aff77be95b</ExceptionStatusId> <ExceptionTypeId>0f442900-b593-447d-9f2b-400663951590</ExceptionTypeId> <ServiceRequestEventId>c5523d7d-35bb-4444-a3fe-1051342b9e7d</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.