POST api/v1/HotelImages/CreateHotelImage
Request Information
URI Parameters
None.
Body Parameters
HotelImage| Name | Description | Type | Additional information |
|---|---|---|---|
| _Id | integer |
None. |
|
| _ImageLink | string |
None. |
|
| _HotelId | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_Id": 1,
"_ImageLink": "sample string 2",
"_HotelId": 3,
"_CreationDate": "2026-01-20T20:25:51.6200845+00:00",
"_UpdatedDate": "2026-01-20T20:25:51.6200845+00:00",
"_SysNumber": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.