Authorization: ********************
{
"format": "INVOICE_FORMAT_UNSPECIFIED",
"invoice_date": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha4/exportinvoice' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"format": "INVOICE_FORMAT_UNSPECIFIED",
"invoice_date": "1s"
}'
{
"invoice": {
"billing_cycle": "string",
"create_time": "1s",
"rows": [
{
"columns": [
{
"name": "string",
"value": "string"
}
]
}
],
"download_url": "string"
}
}