...
Code Block | ||
---|---|---|
| ||
{ "mailBoxId": 42, "userId":2, "signatureId":0, "startDate": "0102.0502.2015", // Format ist MM.dd.yyyy "endDate":"02.05.2015", // Format ist MM.dd.yyyy "html": "Mein test" } |
Beispiel response:
...
Code Block | ||
---|---|---|
| ||
{ "mailBoxId": 42, "userId":2, "signatureId":0, "startDate": "0102.0502.2015", // Format ist MM.dd.yyyy "endDate":"02.05.2015", // Format ist MM.dd.yyyy "html": "Mein test 123" } |
Beispiel response:
Statuscode 200
Code Block | ||
---|---|---|
| ||
{ "Id": 18, "SignatureId": 0, "MailBoxId": 42, "StartDate": "01.05.2015", "EndDate":"02.05.2015", "Html": "Mein test 123" "UserId": 2 } null |
...
Abwesenheitsnotiz löschen
...