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-07-05T15:28:44.8960821-04:00",
"exceptionTypeId": "6ee89351-0965-4ff1-a0b7-f6fff74b64df",
"serviceRequestEventId": "4ded1803-204d-4a36-a09b-c02a8e3ef42e",
"closedReasonId": "06e6f2ac-9ca6-41a4-a837-4721dd83dd65",
"exceptionStatusId": "700610c0-8b7e-442a-ac8d-f7395890e5de"
}
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>06e6f2ac-9ca6-41a4-a837-4721dd83dd65</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-07-05T15:28:44.8960821-04:00</ExceptionFollowUpDate> <ExceptionStatusId>700610c0-8b7e-442a-ac8d-f7395890e5de</ExceptionStatusId> <ExceptionTypeId>6ee89351-0965-4ff1-a0b7-f6fff74b64df</ExceptionTypeId> <ServiceRequestEventId>4ded1803-204d-4a36-a09b-c02a8e3ef42e</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.