The result of trying to create the entry.

interface IEntryCreate {
    entryId?: number;
    exceptions?: APIServerException[];
}

Implemented by

Properties

entryId?: number

The id of the created entry. If the id is 0, then the entry was not created.

exceptions?: APIServerException[]

The list of exceptions that occured when trying to perform the operation.