POST utils/v2/Exception/ServiceRequestEvent/Open

The open sre exception. NEX-4169

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestEventExceptionDTO
NameDescriptionTypeAdditional 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": "2024-05-14T21:13:09.8031326-04:00",
  "exceptionTypeId": "f56ce188-d3dd-44e7-8888-c766a49b8d91",
  "serviceRequestEventId": "1925364f-7845-4726-a9c9-a8f6813ee6b1",
  "closedReasonId": "f5d7cc6a-3f8f-4c31-8d11-08ecfeee8b92",
  "exceptionStatusId": "1f740630-da24-4feb-8239-d330fd76dc8a"
}

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>f5d7cc6a-3f8f-4c31-8d11-08ecfeee8b92</ClosedReasonId>
  <ExceptionComment>sample string 1</ExceptionComment>
  <ExceptionFollowUpDate>2024-05-14T21:13:09.8031326-04:00</ExceptionFollowUpDate>
  <ExceptionStatusId>1f740630-da24-4feb-8239-d330fd76dc8a</ExceptionStatusId>
  <ExceptionTypeId>f56ce188-d3dd-44e7-8888-c766a49b8d91</ExceptionTypeId>
  <ServiceRequestEventId>1925364f-7845-4726-a9c9-a8f6813ee6b1</ServiceRequestEventId>
</ServiceRequestEventExceptionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The .

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.