Skip to main content

Create a new email

Creates new email. Returns created email with id.

Header Parameters
X-Tenant-ID REQUIRED
Request Body
editable boolean
email string
fipDatCreated string
fipDate string
fipUser string
fipUserCreated string
fipVersion int64

The version of the object used for optimistic locking, must be not null for update, but null for insert.

id int64

The id of the object, must be not null for update, but null for insert.

usedForCorrespondence boolean
Responses
200

OK

Schema OPTIONAL
editable boolean OPTIONAL
email string OPTIONAL
fipDatCreated string OPTIONAL
fipDate string OPTIONAL
fipUser string OPTIONAL
fipUserCreated string OPTIONAL
fipVersion int64 OPTIONAL

The version of the object used for optimistic locking, must be not null for update, but null for insert.

id int64 OPTIONAL

The id of the object, must be not null for update, but null for insert.

usedForCorrespondence boolean OPTIONAL
201

Created

401

Unauthorized

403

Forbidden

404

Not Found