Skip to main content
POST
/
broker
/
invoices
/
report
/
detailed
Solicitação para a geração do relatório detalhado de uma fatura
curl --request POST \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/broker/invoices/report/detailed \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>' \
  --data '
{
  "email": "[email protected]",
  "locale": "pt"
}
'
{
  "id": 1234,
  "message": "Request created successfully! An email will be sent to: {email }with the download link."
}

Headers

Content-Type
string
default:application/json
required

Define o formato da requisição.

🔹 Valor padrão:

application/json

📌 Dica: Copie e cole esse valor no campo Content-Type.

Example:

"application/json"

client_id
string
required

Identificador do client id do sensedia

Example:

"client_id"

access_token
string
required

Token gerado.

Example:

"access_token"

Body

application/json

Informações para formar a solicitação do relatório.

email
string
locale
string
Example:

"pt"

Response

OK