The following endpoint is used to send an invoice to a customer from the Hyfin application. The invoice will be sent via text message, email or both based on the notification options set on the customer record.
The following endpoint can be used to send an invoice. You must replace the {base_url} variable and replace the {site_id} variable with the site id that was provided when the site was created.
{
"external_id": "39772921"
}
{
"success": true,
"action": "updated"
}
{
"success": false,
"errors": [
"Duplicate email sent < 300 sec. ago"
]
}