Skip to main content
POST
/
satellite
/
invoices
/
details
/
report
cURL
curl --request POST \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/satellite/invoices/details/report \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>' \
  --data '
{
  "planDesc": "Plano Satélite Gold",
  "customerId": 47926,
  "externalId": "EXT-123",
  "sharingType": "INDIVIDUAL",
  "price": "1.00",
  "franchise": "1024",
  "activationPrice": "1.50",
  "kilobyteExcPrice": "0.25",
  "loyaltyType": "2",
  "loyaltyTime": "12",
  "penalty": "50.00",
  "email": "[email protected]"
}
'
{
  "id": 77614,
  "message": "Request report created successfully!"
}

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
Example:

"client_id"

access_token
string
required

Token gerado.

Example:

"access_token"

Body

application/json

Informações para solicitar o relatório

planDesc
string
Example:

"Plano Satélite Gold"

customerId
number
Example:

47926

externalId
string
Example:

"EXT-123"

sharingType
string
Example:

"INDIVIDUAL"

price
string
Example:

"1.00"

franchise
number
Example:

"1024"

activationPrice
string
Example:

"1.50"

kilobyteExcPrice
string
Example:

"0.25"

loyaltyType
number
Example:

"2"

loyaltyTime
number
Example:

"12"

penalty
string
Example:

"50.00"

email
string

Response

OK