PUT api/FacturationMaterial/delete/FacturationMaterials?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
FacturationMaterial| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Amount | integer |
None. |
|
| Price | decimal number |
None. |
|
| MaterialName | string |
None. |
|
| MaterialId | integer |
None. |
|
| VatPercentage | integer |
None. |
|
| RoomReservationId | integer |
None. |
|
| RoomReservation | RoomReservation |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"amount": 2,
"price": 3.1,
"materialName": "sample string 4",
"materialId": 5,
"vatPercentage": 6,
"roomReservationId": 1,
"roomReservation": null
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}