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-07T16:44:11.5639429+00:00",
"exceptionTypeId": "5c002de7-6acb-4656-af24-0cbd244bf7bd",
"serviceRequestEventId": "9621eb3c-ad2a-42bb-824e-624f6fb9c67a",
"closedReasonId": "44a6a1eb-eacf-42b6-8c02-f68be7d435af",
"exceptionStatusId": "0d468503-3fd6-4cc3-9b70-eed31b77c55a"
}
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>44a6a1eb-eacf-42b6-8c02-f68be7d435af</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-07T16:44:11.5639429+00:00</ExceptionFollowUpDate> <ExceptionStatusId>0d468503-3fd6-4cc3-9b70-eed31b77c55a</ExceptionStatusId> <ExceptionTypeId>5c002de7-6acb-4656-af24-0cbd244bf7bd</ExceptionTypeId> <ServiceRequestEventId>9621eb3c-ad2a-42bb-824e-624f6fb9c67a</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.