POST api/Kommentare/{gipedgecategory}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gipedgecategory | string |
None. |
Body Parameters
Kommentar| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FKMeldung | integer |
None. |
|
| Beschreibung | string |
None. |
|
| Zeitstempel | date |
None. |
|
| FKBenutzer | integer |
None. |
|
| EnableCtrls | boolean |
None. |
|
| ReadOnlyTextbox | boolean |
None. |
|
| BenutzerEmail | string |
None. |
|
| FKPrioritaet | integer |
None. |
|
| FehlertypenAnzahl | integer |
None. |
|
| FKFehlertypen | Collection of integer |
None. |
|
| FKStatus | integer |
None. |
|
| FKSchliessungsGrund | integer |
None. |
|
| FKZustaendiger | integer |
None. |
|
| ZustaendigerName | string |
None. |
|
| ZustaendigerEmail | string |
None. |
|
| ZustaendigerMassstab | integer |
None. |
|
| ZustaendigerTelefon | string |
None. |
|
| Attachments | Collection of UploadedFileInfo |
None. |
|
| Skizzen | Collection of Skizze |
None. |
|
| SqlError | string |
None. |
|
| IsValid | boolean |
None. |
|
| Error | string |
None. |
|
| Item | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FKMeldung": 2,
"Beschreibung": "sample string 3",
"Zeitstempel": "2025-12-19T20:18:25.1005041+01:00",
"FKBenutzer": 5,
"EnableCtrls": false,
"ReadOnlyTextbox": true,
"BenutzerEmail": "sample string 6",
"FKPrioritaet": 7,
"FehlertypenAnzahl": 2,
"FKFehlertypen": [
1,
2
],
"FKStatus": 9,
"FKSchliessungsGrund": 1,
"FKZustaendiger": 10,
"ZustaendigerName": "sample string 11",
"ZustaendigerEmail": "sample string 12",
"ZustaendigerMassstab": 13,
"ZustaendigerTelefon": "sample string 14",
"Attachments": [
{
"FullName": "sample string 1",
"Name": "sample string 2",
"Size": 3,
"Id": 4,
"MeldungsId": 5,
"KommentarId": 6,
"ContentType": "sample string 7",
"Zeitstempel": "2025-12-19T20:18:25.1005041+01:00"
},
{
"FullName": "sample string 1",
"Name": "sample string 2",
"Size": 3,
"Id": 4,
"MeldungsId": 5,
"KommentarId": 6,
"ContentType": "sample string 7",
"Zeitstempel": "2025-12-19T20:18:25.1005041+01:00"
}
],
"Skizzen": [
{
"id": 1,
"mid": 2,
"kid": 3,
"info": "sample string 4",
"coordinates": [
[
1.1,
2.1
],
[
1.1,
2.1
]
]
},
{
"id": 1,
"mid": 2,
"kid": 3,
"info": "sample string 4",
"coordinates": [
[
1.1,
2.1
],
[
1.1,
2.1
]
]
}
],
"SqlError": "sample string 15",
"IsValid": false,
"Error": "Melder Email ist ungültig.\r\nVerantwortlicher Email ist ungültig."
}
text/html
Sample:
{"Id":1,"FKMeldung":2,"Beschreibung":"sample string 3","Zeitstempel":"2025-12-19T20:18:25.1005041+01:00","FKBenutzer":5,"EnableCtrls":false,"ReadOnlyTextbox":true,"BenutzerEmail":"sample string 6","FKPrioritaet":7,"FehlertypenAnzahl":2,"FKFehlertypen":[1,2],"FKStatus":9,"FKSchliessungsGrund":1,"FKZustaendiger":10,"ZustaendigerName":"sample string 11","ZustaendigerEmail":"sample string 12","ZustaendigerMassstab":13,"ZustaendigerTelefon":"sample string 14","Attachments":[{"FullName":"sample string 1","Name":"sample string 2","Size":3,"Id":4,"MeldungsId":5,"KommentarId":6,"ContentType":"sample string 7","Zeitstempel":"2025-12-19T20:18:25.1005041+01:00"},{"FullName":"sample string 1","Name":"sample string 2","Size":3,"Id":4,"MeldungsId":5,"KommentarId":6,"ContentType":"sample string 7","Zeitstempel":"2025-12-19T20:18:25.1005041+01:00"}],"Skizzen":[{"id":1,"mid":2,"kid":3,"info":"sample string 4","coordinates":[[1.1,2.1],[1.1,2.1]]},{"id":1,"mid":2,"kid":3,"info":"sample string 4","coordinates":[[1.1,2.1],[1.1,2.1]]}],"SqlError":"sample string 15","IsValid":false,"Error":"Melder Email ist ungültig.\r\nVerantwortlicher Email ist ungültig."}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |