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-27T02:05:48.9575265-04:00",
"exceptionTypeId": "afa778be-f086-4e8a-a87e-74ae942d3d0e",
"serviceRequestEventId": "615b4b0e-a377-421e-8f2b-abb044c40795",
"closedReasonId": "f957e09e-7a64-4e9b-abf6-9b7dbde4822f",
"exceptionStatusId": "1879946b-48db-44ba-83a0-d5be2f7e96d5"
}
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>f957e09e-7a64-4e9b-abf6-9b7dbde4822f</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-08-27T02:05:48.9575265-04:00</ExceptionFollowUpDate> <ExceptionStatusId>1879946b-48db-44ba-83a0-d5be2f7e96d5</ExceptionStatusId> <ExceptionTypeId>afa778be-f086-4e8a-a87e-74ae942d3d0e</ExceptionTypeId> <ServiceRequestEventId>615b4b0e-a377-421e-8f2b-abb044c40795</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.