admin/eventmanagement/update

Request Information

Body Parameters

Body parameters need to be integrated as json key value collection followed by valid object notations, below if the list of parameters can be sent as request body by an integrator.

NameDescriptionTypeAdditional information
Id

integer

Required

Title

string

Required

String length: inclusive between 0 and 500

Description

string

None.

Active

boolean

None.

StartDate

date

Required

EndDate

date

Required

EventVenue

Venue

None.

RegistrationTypes

Collection of RegistrationTypeDetail

Required

Request Format

Below is the typical object of the request, in order to use the API for various requirement, refer the documentation.

{
  "Id": 1,
  "Title": "String Parameter 2",
  "Description": "String Parameter 3",
  "Active": true,
  "StartDate": "2024/09/01 08:56:43",
  "EndDate": "2024/09/01 08:56:43",
  "EventVenue": {
    "Id": 1,
    "Title": "String Parameter 2",
    "GoogleUrl": "String Parameter 3",
    "Address1": "String Parameter 4",
    "Address2": "String Parameter 5",
    "City": "String Parameter 6",
    "County": "String Parameter 7",
    "StateRegionProvince": "String Parameter 8",
    "PostalCode": "String Parameter 9",
    "Country": "String Parameter 10"
  },
  "RegistrationTypes": [
    {
      "Id": 1,
      "Name": "String Parameter 2",
      "Description": "String Parameter 3",
      "Cost": 1.0,
      "Capacity": 1,
      "StartDateTime": "2024/09/01 08:56:43",
      "EndDateTime": "2024/09/01 08:56:43",
      "SaleEndBeforeDays": 1,
      "SaleEndBeforeHours": 1,
      "SaleEndBeforeMinutes": 1,
      "SaleStartBeforeDays": 1,
      "SaleStartBeforeHours": 1,
      "SaleStartBeforeMinutes": 1
    },
    {
      "Id": 1,
      "Name": "String Parameter 2",
      "Description": "String Parameter 3",
      "Cost": 1.0,
      "Capacity": 1,
      "StartDateTime": "2024/09/01 08:56:43",
      "EndDateTime": "2024/09/01 08:56:43",
      "SaleEndBeforeDays": 1,
      "SaleEndBeforeHours": 1,
      "SaleEndBeforeMinutes": 1,
      "SaleStartBeforeDays": 1,
      "SaleStartBeforeHours": 1,
      "SaleStartBeforeMinutes": 1
    }
  ]
}

Response Information

Resource Description

ITypedResponseOfUpdateEvent
NameDescriptionTypeAdditional information
Result

UpdateEvent

None.

Category

string

None.

Response Formats

Sample not available.