Information Memorandum Acknowledgement

POST /onboarding/{fin}/entities/information-memorandum

Information Memorandum Acknowledgement

Posting to this endpoint will save and acknowledge the user's acceptance of the information memorandum

Path parameters

application/json

Body Required

Responses

  • Hide response attribute Show response attribute object
    • status string Required

      Values are Success, Failure, or Partial.

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"
}