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 5 Next »

POST  /api/produto

Endpoint responsável por cadastrar um Combustível e associá-lo ao Estabelecimento do Parceiro.

Headers    

Content-Type

application/json

Authorization

Bearer {token}

 

Request Body    application/json

Schema:

Campo

Tipo

Descrição

Tamanho Máximo

Obrigatório

idProduto

Int32

ID que identifica o Combustível.

-

Sim

valor

Decimal

Valor do Combustível por litro.

-

Sim

 

JSON:

{
    "idProduto": 2,
    "valor": 5.50
}

Response Body    application/json

Schema:

Campo

Tipo

Descrição

-

Boolean

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

  • No labels