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-06-14T08:10:34.9641324+00:00",
"exceptionTypeId": "2a7bd4b2-c0ad-481a-ad45-6356a1d8d53d",
"serviceRequestEventId": "5029ef72-dfdc-4ac6-8d29-82de8aaf9a8c",
"closedReasonId": "9f5b8916-b91c-4486-aea6-1f23d33c971d",
"exceptionStatusId": "6018594f-e2b5-45fe-a453-69bf092956cc"
}
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>9f5b8916-b91c-4486-aea6-1f23d33c971d</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-14T08:10:34.9641324+00:00</ExceptionFollowUpDate> <ExceptionStatusId>6018594f-e2b5-45fe-a453-69bf092956cc</ExceptionStatusId> <ExceptionTypeId>2a7bd4b2-c0ad-481a-ad45-6356a1d8d53d</ExceptionTypeId> <ServiceRequestEventId>5029ef72-dfdc-4ac6-8d29-82de8aaf9a8c</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.