Update existing email
Updates existing email. Returns updated email with id.
Use full Objectgraph like you get it from email/{id}
| Header Parameters |
|---|
X-Tenant-ID — REQUIRED |
| Request Body |
|---|
editable boolean |
email string |
fipDatCreated string |
fipDate string |
fipUser string |
fipUserCreated string |
fipVersion int64The version of the object used for optimistic locking, must be not null for update, but null for insert. |
id int64The id of the object, must be not null for update, but null for insert. |
usedForCorrespondence boolean |
| Responses | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
200OK
| ||||||||||
201Created | ||||||||||
401Unauthorized | ||||||||||
403Forbidden | ||||||||||
404Not Found |