POST api/booking/update

Request Information

URI Parameters

None.

Body Parameters

UpdateBookingBindingModel
NameDescriptionTypeAdditional information
Id

integer

Range: inclusive between 0 and 2147483647

workshopInstanceID

integer

Required

Range: inclusive between 0 and 2147483647

studentID

integer

Required

Range: inclusive between 0 and 2147483647

paymentStatusID

integer

Range: inclusive between 0 and 2147483647

reservationStatusID

integer

None.

checkIn

date

None.

checkOut

date

None.

attended

boolean

None.

hasCompetent

boolean

None.

registrantKey

integer

None.

userID

integer

Range: inclusive between 0 and 2147483647

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "workshopInstanceID": 2,
  "studentID": 3,
  "paymentStatusID": 4,
  "reservationStatusID": 5,
  "checkIn": "2024-11-02T17:26:07.3454446+00:00",
  "checkOut": "2024-11-02T17:26:07.3454446+00:00",
  "attended": true,
  "hasCompetent": true,
  "registrantKey": 1,
  "userID": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.