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-04-03T23:02:22.9957478-04:00",
"exceptionTypeId": "f98c6f20-b968-41f8-a4af-59d008531919",
"serviceRequestEventId": "d0c9ae94-7e88-464a-a934-9f08eda7e88f",
"closedReasonId": "2dd32681-1def-4ff4-9f96-d67bf1f239e3",
"exceptionStatusId": "81956c3c-7482-4ab4-9682-421ceb97633b"
}
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>2dd32681-1def-4ff4-9f96-d67bf1f239e3</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-04-03T23:02:22.9957478-04:00</ExceptionFollowUpDate> <ExceptionStatusId>81956c3c-7482-4ab4-9682-421ceb97633b</ExceptionStatusId> <ExceptionTypeId>f98c6f20-b968-41f8-a4af-59d008531919</ExceptionTypeId> <ServiceRequestEventId>d0c9ae94-7e88-464a-a934-9f08eda7e88f</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.