InviteService Datatypes
Back to InviteService
Invite
| Property | Type | Description |
| State | InvitationState | |
| Id | Guid | |
| Title | string | |
| Type | InvitationType | |
| Date | DateTime | |
| ReceiverName | string | |
| ReceiverEmail | string | |
| SenderName | string | |
| SenderEmail | string | |
| Direction | InvitationDirection | |
InvitationSearch
| Property | Type | Description |
| State | InvitationState | |
| Direction | InvitationDirection | |
ShareProjectDetailed
| Property | Type | Description |
| contactId | int | |
| projectId | int | |
| roleId | int | |
| email | string | |
| shareoptions | ShareOptions | |
ShareOptions
| Property | Type | Description |
| DisableInvitationEmail | boolean | default: false |
Enums
InvitationState
| Name | Value | Description |
| Unknown | | |
| Pending | | |
| Rejected | | |
| Accepted | | |
| Incomplete | | |
| Expired | | |
| Stopped | | |
InvitationType
| Name | Value | Description |
| Project | | |
| CustomerLedger | | |
| Calendar | | |
| Appointment | | |
| PassportMap | | |
| Invoice | | |
| Connection | | |
InvitationDirection
| Name | Value | Description |
| Sender | | |
| Receiver | | |