Create a submittal activity

Authentication

AuthorizationBearer

BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).

Request

This endpoint expects an object.
requirementGuidstringRequired
GUID of the requirement this activity belongs to.
applicantGuidstringRequired
GUID of the applicant this activity belongs to.
activityTypeIdlongRequired
ID of the submittal activity type.
activityDatestringRequired

ISO-8601 date/time of the activity.

activityEndDatestringRequired

ISO-8601 end date/time (for scheduled activities with a duration).

notestringOptional
Note or comment for the activity.
allDaybooleanOptional

Whether this is an all-day activity.

completedbooleanOptional
Whether this activity has been completed.
completedDatestringOptional

ISO-8601 date/time the activity was marked completed.

Response

Submittal activity created