DOCUMENTAÇÃO CORPORATIVA

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

PUT  /api/broker/combustivel

Endpoint responsável por alterar o valor e o status de um Combustível Associado ao Estabelecimento do Parceiro. Para desativar um Combustível Associado basta definir o campo “ativo” como false.

Headers    

Content-Type

application/json

Authorization

Bearer {token}

 

Request Body    application/json

Schema:

Campo

Tipo

Descrição

Tamanho Máximo

Obrigatório

Identificador

Long

Identificador do Combustível a ser alterado.

-

Sim

Valor

Decimal

Valor do Combustível por litro.

-

Sim

Ativo

Boolean

Campo que indica se o Combustível está ativo.

-

Sim

 

JSON:

{
    "identificador": "GSLCM",
    "valor": 5.30,
    "ativo": true
}

Response Body    application/json

Schema:

Campo

Tipo

Descrição

-

Boolean

Retorna True se a operação foi bem-sucedida.

  • No labels