POST utils/v1/FieldService/SetServiceEventAction

Sets the Service Event Action.

Request Information

URI Parameters

None.

Body Parameters

The service request event action.

ServiceRequestEventActionDTO
NameDescriptionTypeAdditional information
ServiceRequestId

string

None.

Action

ServiceEventActionsEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "serviceRequestId": "sample string 1",
  "action": 1
}

application/xml, text/xml

Sample:
<ServiceRequestEventActionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nexus.Shared.Interaction.DTOs">
  <Action>AcknowledgeAction</Action>
  <ServiceRequestId>sample string 1</ServiceRequestId>
</ServiceRequestEventActionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A HttpResponseMessage object.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.