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": "2025-12-16T12:59:31.257027+00:00",
"exceptionTypeId": "ae5cd8c6-f983-4a52-8e4d-8f892ace37e4",
"serviceRequestEventId": "8ddec831-02bd-4ffe-ad23-376f27486e91",
"closedReasonId": "0417dd6d-f6f5-4a58-8d59-1ebef13d60dc",
"exceptionStatusId": "2a8ca5a6-cbd6-4b87-8d8f-9759e76675c6"
}
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>0417dd6d-f6f5-4a58-8d59-1ebef13d60dc</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2025-12-16T12:59:31.257027+00:00</ExceptionFollowUpDate> <ExceptionStatusId>2a8ca5a6-cbd6-4b87-8d8f-9759e76675c6</ExceptionStatusId> <ExceptionTypeId>ae5cd8c6-f983-4a52-8e4d-8f892ace37e4</ExceptionTypeId> <ServiceRequestEventId>8ddec831-02bd-4ffe-ad23-376f27486e91</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.