PUT api/MaterialReservations/post/MaterialReservation?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
MaterialReservation| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| StartDate | date |
None. |
|
| StartTime | date |
None. |
|
| EndDate | date |
None. |
|
| EndTime | date |
None. |
|
| Periodic | integer |
None. |
|
| CountSpare | integer |
None. |
|
| CountInstance | integer |
None. |
|
| EndPeriodicDate | date |
None. |
|
| PeriodicDays | Collection of integer |
None. |
|
| DayOfRepeat | integer |
None. |
|
| WeekOfMonth | integer |
None. |
|
| Creation | date |
None. |
|
| isConfirmed | boolean |
None. |
|
| Completed | boolean |
None. |
|
| reservationStyle | integer |
None. |
|
| UserId | integer |
None. |
|
| User | User |
None. |
|
| TenantId | integer |
None. |
|
| Tenant | Tenant |
None. |
|
| MaterialReservationMaterials | Collection of MaterialReservationMaterial |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TupleOfMaterialReservationAndICollectionOfMaterialReservationAndICollectionOfMaterialReservation| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | MaterialReservation |
None. |
|
| Item2 | Collection of MaterialReservation |
None. |
|
| Item3 | Collection of MaterialReservation |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.