Create guarantor

Beta
POST
/api/guarantors/v1/:encounter_id

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

Path parameters

encounter_idUUIDRequired

Request

This endpoint expects an object.
external_idstringRequired
first_namestringRequired
last_namestringRequired
addressobjectOptional
date_of_birthdateOptional
emailstringOptional
phone_numberslist of objectsOptional

Response

This endpoint returns an object.
external_idstring
first_namestring
guarantor_idUUID
last_namestring
phone_numberslist of objects
addressobjectOptional
date_of_birthdateOptional
emailstringOptional

Errors