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-05-12T07:55:31.7171634-04:00",
"exceptionTypeId": "740a2193-84e2-4c96-a8eb-e6f6715a9125",
"serviceRequestEventId": "1f58b9f7-e57f-476e-b0a6-d9ae3ee869f4",
"closedReasonId": "464a64a9-045b-4b6e-961f-3ac94ed4642e",
"exceptionStatusId": "c8e6ede6-b284-4934-85e9-5be13e8a83e4"
}
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>464a64a9-045b-4b6e-961f-3ac94ed4642e</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-05-12T07:55:31.7171634-04:00</ExceptionFollowUpDate> <ExceptionStatusId>c8e6ede6-b284-4934-85e9-5be13e8a83e4</ExceptionStatusId> <ExceptionTypeId>740a2193-84e2-4c96-a8eb-e6f6715a9125</ExceptionTypeId> <ServiceRequestEventId>1f58b9f7-e57f-476e-b0a6-d9ae3ee869f4</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.