POST api/booking/update
Request Information
URI Parameters
None.
Body Parameters
UpdateBookingBindingModel| Name | Description | Type | Additional 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": "2025-12-16T21:44:37.1598201+00:00",
"checkOut": "2025-12-16T21:44:37.1614348+00:00",
"attended": true,
"hasCompetent": true,
"registrantKey": 1,
"userID": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |