POST api/UpdateFinalStep

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
UserId

string

None.

Method

string

None.

EventId

string

None.

EventTypeId

string

None.

Message

string

None.

ErrorMessage

string

None.

EventRelationId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "Method": "sample string 2",
  "EventId": "sample string 3",
  "EventTypeId": "sample string 4",
  "Message": "sample string 5",
  "ErrorMessage": "sample string 6",
  "EventRelationId": 7
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity">
  <ErrorMessage>sample string 6</ErrorMessage>
  <EventId>sample string 3</EventId>
  <EventRelationId>7</EventRelationId>
  <EventTypeId>sample string 4</EventTypeId>
  <Message>sample string 5</Message>
  <Method>sample string 2</Method>
  <UserId>sample string 1</UserId>
</Response>