Skip to main content

July 17, 2026

· 3 min read

POST /customers/{id}/send_missing_forms_email

  • removed the request body
  • removed the required property created_at from the response with the 200 status (media type: application/json)
  • removed the required property email from the response with the 200 status (media type: application/json)
  • removed the required property family_role from the response with the 200 status (media type: application/json)
  • removed the required property id from the response with the 200 status (media type: application/json)
  • removed the required property image from the response with the 200 status (media type: application/json)
  • removed the required property is_lead from the response with the 200 status (media type: application/json)
  • removed the required property is_status_locked from the response with the 200 status (media type: application/json)
  • removed the required property object from the response with the 200 status (media type: application/json)
  • removed the required property participating from the response with the 200 status (media type: application/json)
  • removed the required property provider from the response with the 200 status (media type: application/json)
  • removed the required property referral_code from the response with the 200 status (media type: application/json)
  • removed the required property status from the response with the 200 status (media type: application/json)
  • removed the required property visibility from the response with the 200 status (media type: application/json)
  • deleted the query request parameter expand
  • deleted the query request parameter fields
  • removed the optional property credit_balance from the response with the 200 status (media type: application/json)
  • removed the optional property customer_venue from the response with the 200 status (media type: application/json)
  • removed the optional property family from the response with the 200 status (media type: application/json)
  • removed the optional property field_values from the response with the 200 status (media type: application/json)
  • removed the optional property first_name from the response with the 200 status (media type: application/json)
  • removed the optional property is_opted_into_broadcast_messages from the response with the 200 status (media type: application/json)
  • removed the optional property is_opted_into_sms_marketing from the response with the 200 status (media type: application/json)
  • removed the optional property last_name from the response with the 200 status (media type: application/json)
  • removed the optional property lead_source from the response with the 200 status (media type: application/json)
  • removed the optional property sms_account from the response with the 200 status (media type: application/json)
  • removed the optional property staff_assignments from the response with the 200 status (media type: application/json)
  • added the required property message to the response with the 200 status (media type: application/json)
  • added the required property reason to the response with the 200 status (media type: application/json)
  • added the required property success to the response with the 200 status (media type: application/json)
View updated docs