Skip to main content
GET
/
satellite
/
orders
cURL
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"
}

Headers

Content-Type
string
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

Id do cliente

Example:

"client_id"

access_token
string
required

Token gerado.

Example:

"access_token"

Query Parameters

name
string
Example:

"name"

customerId
integer<int64>
Example:

"customerId"

contractId
integer<int64>
Example:

"contractId"

showContracted
boolean
default:false
Example:

"false"

page
integer<int32>
default:1

Número da página para paginação.

Example:

0

pageSize
integer<int32>
default:24

Tamanho da página para paginação.

Example:

24

Response

OK