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-03-04T07:45:39.9274211+00:00",
"exceptionTypeId": "46997833-6dd4-44bb-bd67-0e78d5c90e05",
"serviceRequestEventId": "48785866-a9f8-47ef-97ec-fdbc99debeba",
"closedReasonId": "f55c52e1-d899-4e4c-9522-a6c7c27637f3",
"exceptionStatusId": "dfc47ad1-34e4-48e1-b690-1c3ddf7275b7"
}
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>f55c52e1-d899-4e4c-9522-a6c7c27637f3</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-04T07:45:39.9274211+00:00</ExceptionFollowUpDate> <ExceptionStatusId>dfc47ad1-34e4-48e1-b690-1c3ddf7275b7</ExceptionStatusId> <ExceptionTypeId>46997833-6dd4-44bb-bd67-0e78d5c90e05</ExceptionTypeId> <ServiceRequestEventId>48785866-a9f8-47ef-97ec-fdbc99debeba</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.