Information Memorandum Acknowledgement
Information Memorandum Acknowledgement
Posting to this endpoint will save and acknowledge the user's acceptance of the information memorandum
Path parameters
-
fin
string Required
Body
Required
-
fen
string Required -
requestsEmail
boolean | null
POST
/onboarding/{fin}/entities/information-memorandum
curl \
-X POST http://api.example.com/onboarding/{fin}/entities/information-memorandum \
-H "Content-Type: application/json" \
-d '{"fen":"string","requestsEmail":true}'
Request example
{
"fen": "string",
"requestsEmail": true
}
Request examples
{
"fen": "string",
"requestsEmail": true
}
Response examples (200)
{
"status": "Success"
}
Response examples (200)
{
"status": "Success"
}