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-19T11:21:21.0999031-04:00",
"exceptionTypeId": "e1ffb905-d547-4078-875c-bce2cebd8866",
"serviceRequestEventId": "14d5feee-6ab9-4985-b812-a0478c4eb5f8",
"closedReasonId": "e2d74b53-d1f2-4061-bdb5-c35cd0847e90",
"exceptionStatusId": "2b7dd0b5-004b-4248-b82c-2223de58b1db"
}
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>e2d74b53-d1f2-4061-bdb5-c35cd0847e90</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-05-19T11:21:21.0999031-04:00</ExceptionFollowUpDate> <ExceptionStatusId>2b7dd0b5-004b-4248-b82c-2223de58b1db</ExceptionStatusId> <ExceptionTypeId>e1ffb905-d547-4078-875c-bce2cebd8866</ExceptionTypeId> <ServiceRequestEventId>14d5feee-6ab9-4985-b812-a0478c4eb5f8</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.