POST api/Projekt
Request Information
URI Parameters
None.
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
Projekt| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Namn | string |
None. |
|
| Aktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Namn": "sample string 2",
"Aktiv": true
}