Authorization: ********************
{
"format": "INVOICE_FORMAT_UNSPECIFIED",
"invoice_date": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/services/billing/v1alpha2/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",
"items": [
{
"client_id": "string",
"product": "PRODUCT_UNSPECIFIED",
"description": "string",
"date": "1s",
"price": 0,
"columns": [
{
"name": "string",
"value": "string"
}
],
"rated_amount": {
"value": "string"
},
"product_id": "string"
}
],
"download_url": "string"
}
}