POST api/EventOES/{id}?from_userid={from_userid}&status={status}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from_userid

integer

Required

id

integer

Required

status

string

Required

Body Parameters

Event1stEntryReviewInformation_dc
NameDescriptionTypeAdditional information
Event1stEntryHFReviewId

integer

None.

EventId

integer

None.

OrganizationId

integer

None.

Status

string

None.

ReviewedDateTime

date

None.

CreatedDateTime

date

None.

SubmittedOn

date

None.

SubmittedBy

integer

None.

ReviewedBy

integer

None.

RejectedComment

string

None.

Deleted

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Event1stEntryHFReviewId": 1,
  "EventId": 1,
  "OrganizationId": 2,
  "Status": "sample string 3",
  "ReviewedDateTime": "2025-07-18T16:39:39.8538632+00:00",
  "CreatedDateTime": "2025-07-18T16:39:39.8538632+00:00",
  "SubmittedOn": "2025-07-18T16:39:39.8538632+00:00",
  "SubmittedBy": 1,
  "ReviewedBy": 1,
  "RejectedComment": "sample string 5",
  "Deleted": 1
}

application/xml, text/xml

Sample:
<Event1stEntryReviewInformation_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <CreatedDateTime>2025-07-18T16:39:39.8538632+00:00</CreatedDateTime>
  <Deleted>1</Deleted>
  <Event1stEntryHFReviewId>1</Event1stEntryHFReviewId>
  <EventId>1</EventId>
  <OrganizationId>2</OrganizationId>
  <RejectedComment>sample string 5</RejectedComment>
  <ReviewedBy>1</ReviewedBy>
  <ReviewedDateTime>2025-07-18T16:39:39.8538632+00:00</ReviewedDateTime>
  <Status>sample string 3</Status>
  <SubmittedBy>1</SubmittedBy>
  <SubmittedOn>2025-07-18T16:39:39.8538632+00:00</SubmittedOn>
</Event1stEntryReviewInformation_dc>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>