curl --request GET \
--url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/satellite/orders \
--header 'Content-Type: <content-type>' \
--header 'access_token: <access_token>' \
--header 'client_id: <client_id>'{
"id": 43,
"idRMS": 86695,
"name": "Teste Moreira",
"customer": {
"id": 47926,
"name": "Broker 1"
},
"cnpj": "string",
"virtualContract": {
"id": 45496,
"description": "Contrato Flat",
"franchise": 1024,
"sharingType": 1,
"externalId": "string"
},
"createdAt": "2025-05-05T00:00:00",
"status": "ACTIVE",
"value": "1",
"activationPrice": "1.5",
"createdBy": "carla.amaral.novo",
"kilobyteExcPrice": "0.25",
"loyaltyType": 2,
"loyaltyTime": 12,
"penalty": "string",
"tradeInMonths": 12,
"preActivationExemptTraffic": 12,
"activationDate": "2025-05-05T00:00:00",
"nbPreActivationDays": 1,
"chargeActivationFeeOnTransfer": true,
"accountNotCharged": false,
"franchise": 1024,
"parentIdMOT": 31556,
"parentIdAccount": 0,
"parentIdCustomer": 10000,
"processLog": "string"
}Requisição para listar pedidos satelital de acordo com filtros opcionais
curl --request GET \
--url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/satellite/orders \
--header 'Content-Type: <content-type>' \
--header 'access_token: <access_token>' \
--header 'client_id: <client_id>'{
"id": 43,
"idRMS": 86695,
"name": "Teste Moreira",
"customer": {
"id": 47926,
"name": "Broker 1"
},
"cnpj": "string",
"virtualContract": {
"id": 45496,
"description": "Contrato Flat",
"franchise": 1024,
"sharingType": 1,
"externalId": "string"
},
"createdAt": "2025-05-05T00:00:00",
"status": "ACTIVE",
"value": "1",
"activationPrice": "1.5",
"createdBy": "carla.amaral.novo",
"kilobyteExcPrice": "0.25",
"loyaltyType": 2,
"loyaltyTime": 12,
"penalty": "string",
"tradeInMonths": 12,
"preActivationExemptTraffic": 12,
"activationDate": "2025-05-05T00:00:00",
"nbPreActivationDays": 1,
"chargeActivationFeeOnTransfer": true,
"accountNotCharged": false,
"franchise": 1024,
"parentIdMOT": 31556,
"parentIdAccount": 0,
"parentIdCustomer": 10000,
"processLog": "string"
}Define o formato da requisição.
🔹 Valor padrão:
application/json📌 Dica: Copie e cole esse valor no campo Content-Type.
"application/json"
Id do cliente
"client_id"
Token gerado.
"access_token"
"name"
"customerId"
"contractId"
"false"
Número da página para paginação.
0
Tamanho da página para paginação.
24
OK