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-30T14:19:02.4774423-05:00",
"exceptionTypeId": "f057bc2a-3229-48ba-837d-bc867942f17a",
"serviceRequestEventId": "a1812b31-dcc0-432a-8576-9cc3d569cb88",
"closedReasonId": "8ec07150-7c9c-42c8-b7ac-0963adbafd0b",
"exceptionStatusId": "eea5c99c-fa10-48c5-a550-9786397cfabf"
}
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>8ec07150-7c9c-42c8-b7ac-0963adbafd0b</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-06-30T14:19:02.4774423-05:00</ExceptionFollowUpDate> <ExceptionStatusId>eea5c99c-fa10-48c5-a550-9786397cfabf</ExceptionStatusId> <ExceptionTypeId>f057bc2a-3229-48ba-837d-bc867942f17a</ExceptionTypeId> <ServiceRequestEventId>a1812b31-dcc0-432a-8576-9cc3d569cb88</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.