Skip to main content
GET
/
admins
/
quantities
cURL
curl --request GET \
  --url https://apicorp.algartelecom.com.br/telecom/product-Inventory-management/management/v1/admins/quantities \
  --header 'Content-Type: <content-type>' \
  --header 'access_token: <access_token>' \
  --header 'client_id: <client_id>'
{
  "quantity": 12
}

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"

Path Parameters

customerIdRequest
integer<int64>

Identificador do cliente.

Example:

"123654"

Query Parameters

beginDateRequest
string

Data inicio da solicitação(yyyy-MM-dd)

Example:

"123654"

endDateRequest
string

Data fim da solicitação(yyyy-MM-dd)

Example:

"123654"

requestStatus
string

Status da solicitação

Example:

"Available values : SUCCESS, REQUEST_ERROR"

Response

OK