PUT api/Projekt/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Projekt| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Namn | string |
None. |
|
| Aktiv | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Namn": "sample string 2",
"Aktiv": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.