POST api/WhizTChatEventDetail/UpdateEventRegistrationDetail

Request Information

URI Parameters

None.

Body Parameters

EventRegistrationStatusModel
NameDescriptionTypeAdditional information
Id

integer

None.

EventAttendingStatus

boolean

None.

CheckIn

boolean

None.

CheckOut

boolean

None.

GiftCoupon

string

None.

IsActive

boolean

None.

CreatedBy

integer

None.

Flag

integer

None.

CheckedOutInQRCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "eventAttendingStatus": true,
  "checkIn": true,
  "checkOut": true,
  "giftCoupon": "sample string 5",
  "isActive": true,
  "createdBy": 7,
  "flag": 1,
  "checkedOutInQRCode": "sample string 8"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.