Skip to main content
POST
/
satellite
/
devices
/
report
cURL
curl --request POST \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/satellite/devices/report \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>' \
  --data '
{
  "id": 0,
  "customerId": 0,
  "deviceId": "string",
  "activationDate": "2025-08-11",
  "status": "ACTIVE",
  "serialNumber": "string",
  "showContracted": false,
  "stock": true,
  "consumptionGte": 0,
  "consumptionLte": 0,
  "page": 0,
  "pageSize": 20
}
'
{
  "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

Identificador do client id do sensedia

Example:

"123"

access_token
string
required

Token gerado

Example:

"Basic MzQ4OSozNDMyLTMOMzItMTIz"

Body

application/json

Informações necessárias para fazer a solicitação do relatório.

id
integer
Example:

0

customerId
integer
Example:

0

deviceId
string
Example:

"string"

activationDate
string
Example:

"2025-08-11"

status
string
Example:

"ACTIVE"

serialNumber
string
Example:

"string"

showContracted
boolean
Example:

false

stock
boolean
Example:

true

consumptionGte
integer
Example:

0

consumptionLte
integer
Example:

0

page
integer
Example:

0

pageSize
integer
Example:

20

Response

Request report created successfully

OK
string
Example:
{
"id": 77614,
"message": "Request report created successfully!"
}