Create billing note

POST
/api/billing_notes/v2

Request

This endpoint expects an object.
encounter_idUUIDRequired
textstringRequired

Empty string not allowed.

Response

This endpoint returns an object.
billing_note_idUUID
created_atdatetime

An RFC 3339, section 5.6 datetime. For example, 2017-07-21T17:32:28Z.

encounter_idUUID
textstring

Empty string not allowed.

author_auth0_idstringOptional
author_namestringOptional
Built with