GuarantorV1

Create guarantor

Beta
POST
Creates a new guarantor and returns the newly created Guarantor object.

Path parameters

encounter_idUUIDRequired

Request

This endpoint expects an object.
external_id
stringRequired
first_name
stringRequired
last_name
stringRequired
address
objectOptional
date_of_birth
dateOptional
email
stringOptional
email_consent
booleanOptional
Defaults to false
phone_consent
booleanOptional
Defaults to false
phone_numbers
list of objectsOptional

Response

This endpoint returns an object
email_consent
boolean
external_id
string
first_name
string
guarantor_id
UUID
last_name
string
phone_consent
boolean
phone_numbers
list of objects
address
objectOptional
date_of_birth
dateOptional
email
stringOptional

Errors