POST api/adminevent/manageevent_v2?UserId={UserId}&UserRole={UserRole}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

integer

Required

UserRole

integer

Required

Body Parameters

AdminEventViewModel
NameDescriptionTypeAdditional information
EventId

integer

None.

OrganizationId

integer

None.

IsEventActive

boolean

None.

IsEventDeleted

boolean

None.

EventCreatedBy

integer

None.

EventCreatedOn

date

None.

EventModifiedBy

integer

None.

EventModifiedOn

date

None.

EventNote

string

None.

EventYear

integer

None.

EventStage

integer

None.

NumberOfLocations

integer

None.

PickupDate

date

None.

DeliveryDate

date

None.

CutoffDate

date

None.

CollectStartDate

date

None.

NumberOfFlags

integer

None.

Tx

integer

None.

Us

integer

None.

CarryForwardStatus

integer

None.

EventTypeId

integer

None.

EventTypeName

string

None.

EventTypeCreatedBy

integer

None.

EventTypeCreatedOn

date

None.

EventTypeDate

date

None.

EventTypeModifiedBy

integer

None.

EventTypeModifiedOn

date

None.

IsEventTypeActive

boolean

None.

IsEventTypeDeleted

boolean

None.

EventGroup

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": 1,
  "OrganizationId": 2,
  "IsEventActive": true,
  "IsEventDeleted": true,
  "EventCreatedBy": 5,
  "EventCreatedOn": "2026-04-15T18:53:18.2574221+00:00",
  "EventModifiedBy": 6,
  "EventModifiedOn": "2026-04-15T18:53:18.2574221+00:00",
  "EventNote": "sample string 7",
  "EventYear": 8,
  "EventStage": 9,
  "NumberOfLocations": 10,
  "PickupDate": "2026-04-15T18:53:18.2574221+00:00",
  "DeliveryDate": "2026-04-15T18:53:18.2574221+00:00",
  "CutoffDate": "2026-04-15T18:53:18.2574221+00:00",
  "CollectStartDate": "2026-04-15T18:53:18.2574221+00:00",
  "NumberOfFlags": 11,
  "Tx": 1,
  "Us": 1,
  "CarryForwardStatus": 1,
  "EventTypeId": 12,
  "EventTypeName": "sample string 13",
  "EventTypeCreatedBy": 14,
  "EventTypeCreatedOn": "2026-04-15T18:53:18.2574221+00:00",
  "EventTypeDate": "2026-04-15T18:53:18.2574221+00:00",
  "EventTypeModifiedBy": 15,
  "EventTypeModifiedOn": "2026-04-15T18:53:18.2574221+00:00",
  "IsEventTypeActive": true,
  "IsEventTypeDeleted": true,
  "EventGroup": 18
}

application/xml, text/xml

Sample:
<AdminEventViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Flag360.ViewModels.Admin">
  <EventGroup>18</EventGroup>
  <EventTypeCreatedBy>14</EventTypeCreatedBy>
  <EventTypeCreatedOn>2026-04-15T18:53:18.2574221+00:00</EventTypeCreatedOn>
  <EventTypeDate>2026-04-15T18:53:18.2574221+00:00</EventTypeDate>
  <EventTypeId>12</EventTypeId>
  <EventTypeModifiedBy>15</EventTypeModifiedBy>
  <EventTypeModifiedOn>2026-04-15T18:53:18.2574221+00:00</EventTypeModifiedOn>
  <EventTypeName>sample string 13</EventTypeName>
  <IsEventTypeActive>true</IsEventTypeActive>
  <IsEventTypeDeleted>true</IsEventTypeDeleted>
  <CarryForwardStatus>1</CarryForwardStatus>
  <CollectStartDate>2026-04-15T18:53:18.2574221+00:00</CollectStartDate>
  <CutoffDate>2026-04-15T18:53:18.2574221+00:00</CutoffDate>
  <DeliveryDate>2026-04-15T18:53:18.2574221+00:00</DeliveryDate>
  <EventCreatedBy>5</EventCreatedBy>
  <EventCreatedOn>2026-04-15T18:53:18.2574221+00:00</EventCreatedOn>
  <EventId>1</EventId>
  <EventModifiedBy>6</EventModifiedBy>
  <EventModifiedOn>2026-04-15T18:53:18.2574221+00:00</EventModifiedOn>
  <EventNote>sample string 7</EventNote>
  <EventStage>9</EventStage>
  <EventYear>8</EventYear>
  <IsEventActive>true</IsEventActive>
  <IsEventDeleted>true</IsEventDeleted>
  <NumberOfFlags>11</NumberOfFlags>
  <NumberOfLocations>10</NumberOfLocations>
  <OrganizationId>2</OrganizationId>
  <PickupDate>2026-04-15T18:53:18.2574221+00:00</PickupDate>
  <Tx>1</Tx>
  <Us>1</Us>
</AdminEventViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.