Create guarantor

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

Path parameters

encounter_idUUIDRequired

Headers

AuthorizationstringRequired

OAuth authentication of the form <token>.

Request

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

Response

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

Errors