Aceitar Solicitação de Contrato

This page will help you get started with ACEITE DA SOLICITAÇÂO DE CONTRATO.

É necessário passar o token gerado no momento em que o usuário realizar o login no header "Authorization".

Abaixo temos um exemplo de como inserir essa informação usando JSON.

{
  "Authorization": "eyXXXXXXXXXXXXXXXXXXXXXXXXXXXXw0"
}

Abaixo temos um exemplo de como inserir essa informação usando JSON.

{
    "contract_solicitation_id": 1,
    "total": 125.25,
    "items" :{
        "id": 1,
        "contract_solicitation_id": 1,
        "organization_id_store": 1,
        "organization_id_provider" 1,
        "deadline": 15,
        "amount": 125.25
    }
}
Language
Click Try It! to start a request and see the response here!