POST api/v1/HotelGuests/UpdateHotelGuests
Request Information
URI Parameters
None.
Body Parameters
Collection of HotelGuest| Name | Description | Type | Additional information |
|---|---|---|---|
| _GuestId | integer |
None. |
|
| _CustomerId | string |
None. |
|
| _Email | string |
None. |
|
| _FirstName | string |
None. |
|
| _LastName | string |
None. |
|
| _Phone | string |
None. |
|
| _Category | string |
None. |
|
| _RoomList | string |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"_GuestId": 1,
"_CustomerId": "sample string 2",
"_Email": "sample string 3",
"_FirstName": "sample string 4",
"_LastName": "sample string 5",
"_Phone": "sample string 6",
"_Category": "sample string 7",
"_RoomList": "sample string 8",
"_CreationDate": "2025-12-06T17:44:49.065978+00:00",
"_UpdatedDate": "2025-12-06T17:44:49.065978+00:00",
"_SysNumber": 11
},
{
"_GuestId": 1,
"_CustomerId": "sample string 2",
"_Email": "sample string 3",
"_FirstName": "sample string 4",
"_LastName": "sample string 5",
"_Phone": "sample string 6",
"_Category": "sample string 7",
"_RoomList": "sample string 8",
"_CreationDate": "2025-12-06T17:44:49.065978+00:00",
"_UpdatedDate": "2025-12-06T17:44:49.065978+00:00",
"_SysNumber": 11
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.