API Docs / Operations / Proposal Settings / Update proposal settings

Update proposal settings

PUT /api/tenants/{tenant}/practice/proposal-settings

Updates the proposal settings for the specified tenant

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "introContentBlockCode": "string",
  "thankYouContentBlockCode": "string",
  "emailContentBlockCode": "string",
  "acceptanceTaskCode": "string",
  "notifyClientManagerOnAcceptance": false
}

Responses

400 Bad Request
401 Unauthorized - Invalid or missing API key
404 Not Found