This endpoint replaces all existing metadata on a credit note with the provided key-value pairs. Any existing metadata keys not included in the request will be removed.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The credit note unique identifier, created by Lago.
"1f615414-ceb0-11f0-94bf-0f2d5b311aba"
Custom metadata for the credit note, stored as key-value pairs. Keys are strings (max 40 characters), values can be strings (max 255 characters) or null.
{
"external_id": "ext-123",
"synced_at": "2024-01-15",
"source": null
}Credit note metadata replaced
Custom metadata for the credit note, stored as key-value pairs. Keys are strings (max 40 characters), values can be strings (max 255 characters) or null.
{
"external_id": "ext-123",
"synced_at": "2024-01-15",
"source": null
}