Docs

Add Advance Module

POST /collaborators/{collaboratorId}/advances/{advanceId}/modules

POST/collaborators/{collaboratorId}/advances/{advanceId}/modules

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Adds a module to an existing advance. The module is seeded from a module template which defines its blocks (questions, requests, content).

Path Parameters

FieldTypeRequiredDescription
collaboratorIdGuidRequiredThe ID of the collaborator.
advanceIdGuidRequiredThe ID of the advance to add the module to. Set `{{advanceId}}` in your environment.

Request Body

FieldTypeRequiredDescription
moduleTemplateIdGuidRequiredID of the module template to instantiate.
dueDateDateTimeRequiredDue date for completing this module.
isRequiredboolRequiredWhether collaborator must complete this module.

Response

Returns 201 Created with an empty body on success.