Skip to main content
POST
/
lorawan
/
broker
/
order
Realiza uma nova ação de ativação com dispositivos
curl --request POST \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/lorawan/broker/order \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>' \
  --data '
{
  "name": "Pedido_API_Tranfer",
  "uplinkCount": 0,
  "excessUplinkPrice": "0",
  "downlinkCount": 0,
  "excessDownlinkPrice": "0",
  "monthlyFee": "0",
  "activationPrice": "0",
  "virtualPlanId": 384,
  "parentIdMOT": "29623",
  "parentIdLorawan": "29345"
}
'
{
  "message": "Ação criada com sucesso."
}

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

Dados necessários para criar um novo pedido LoRaWAN

name
string
Example:

"Pedido_API_Tranfer"

Example:

0

Example:

"0"

Example:

0

Example:

"0"

monthlyFee
integer
Example:

"0"

activationPrice
integer
Example:

"0"

virtualPlanId
integer
Example:

384

parentIdMOT
integer
Example:

"29623"

parentIdLorawan
integer
Example:

"29345"

Response

201 - application/json

Ação criada com sucesso.