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-27T17:57:28.889601-04:00",
"exceptionTypeId": "4a5d1172-7b50-4731-bcdb-7ea6b329e264",
"serviceRequestEventId": "cc3a7f0e-2aba-4aef-bfe6-2eda80138651",
"closedReasonId": "c27ef7fd-74ff-49d4-8156-cbc5a180dd45",
"exceptionStatusId": "b9210d3c-8809-4a1d-a1cf-9ca0cac2f731"
}
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>c27ef7fd-74ff-49d4-8156-cbc5a180dd45</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-27T17:57:28.889601-04:00</ExceptionFollowUpDate> <ExceptionStatusId>b9210d3c-8809-4a1d-a1cf-9ca0cac2f731</ExceptionStatusId> <ExceptionTypeId>4a5d1172-7b50-4731-bcdb-7ea6b329e264</ExceptionTypeId> <ServiceRequestEventId>cc3a7f0e-2aba-4aef-bfe6-2eda80138651</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.