POST api/Dasma/RezervimetDasma_Insert
Request Information
URI Parameters
None.
Body Parameters
RezervimetDasma_Insert| Name | Description | Type | Additional information |
|---|---|---|---|
| RestaurantID | integer |
None. |
|
| ReservationDate | date |
None. |
|
| Period | integer |
None. |
|
| Status | integer |
None. |
|
| EmriPorositsit | string |
None. |
|
| Tel | string |
None. |
|
| Porcione | integer |
None. |
|
| Cmimi | decimal number |
None. |
|
| Lirim | decimal number |
None. |
|
| Kapar | decimal number |
None. |
|
| Pagesa | decimal number |
None. |
|
| Detale | string |
None. |
|
| OraParahaje | time interval |
None. |
|
| OraHajek | time interval |
None. |
|
| OraDesert | time interval |
None. |
|
| MenuID | integer |
None. |
|
| UserID | string |
None. |
|
| RezervimiID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"restaurantID": 1,
"reservationDate": "2026-07-07T04:25:49.2204625-07:00",
"period": 3,
"status": 4,
"emriPorositsit": "sample string 5",
"tel": "sample string 6",
"porcione": 1,
"cmimi": 1.0,
"lirim": 1.0,
"kapar": 1.0,
"pagesa": 1.0,
"detale": "sample string 7",
"oraParahaje": "00:00:00.1234567",
"oraHajek": "00:00:00.1234567",
"oraDesert": "00:00:00.1234567",
"menuID": 1,
"userID": "sample string 8",
"rezervimiID": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.