POST utils/v2/Exception/ServiceRequestEvent/Close
The close sre 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-27T18:00:33.6008654-04:00",
"exceptionTypeId": "d136d975-7d78-4cc8-a0d0-4b6a7a9ac439",
"serviceRequestEventId": "646492d0-16ec-4b57-b616-52123f175d91",
"closedReasonId": "1f1c8475-1c55-4060-a594-19eb9812b5bc",
"exceptionStatusId": "5f62abdd-daf4-4005-8752-579bbf4b416e"
}
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>1f1c8475-1c55-4060-a594-19eb9812b5bc</ClosedReasonId> <ExceptionComment>sample string 1</ExceptionComment> <ExceptionFollowUpDate>2026-03-27T18:00:33.6008654-04:00</ExceptionFollowUpDate> <ExceptionStatusId>5f62abdd-daf4-4005-8752-579bbf4b416e</ExceptionStatusId> <ExceptionTypeId>d136d975-7d78-4cc8-a0d0-4b6a7a9ac439</ExceptionTypeId> <ServiceRequestEventId>646492d0-16ec-4b57-b616-52123f175d91</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.