Envio de valores de contrato
Fundacred - OpenApi Specification (1.1)
Documentação para a API renewal-api
Download OpenAPI description
Overview
Infra Fundacred
Languages
Servers
Mock server
https://docs.fundacred.org.br/_mock/renewal-api/
TST
https://tst-api.fundacred.org.br/renewal-api/
HML
https://hml-api.fundacred.org.br/renewal-api/
PRD
https://api.fundacred.org.br/renewal-api/
- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/s/v2/contrato/valores/enviar
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/v2/contrato/valores/enviar
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/v2/contrato/valores/enviar
- PRDhttps://api.fundacred.org.br/renewal-api/s/v2/contrato/valores/enviar
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://docs.fundacred.org.br/_mock/renewal-api/s/v2/contrato/valores/enviar?reenvio=false' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"brbId": 0,
"nomeEstudante": "string",
"qtdParcelasCobertura": 0,
"qtdCreditos": 0,
"valorContrato": 0,
"valorCtrPrestServico": 0,
"percentualConcedido": 0.1,
"parcMeses": "string",
"idCurso": 0,
"regimeContrato": "string",
"contratoAnual": "string",
"motivoReenvio": "string",
"motivo": "string",
"serieSemestre": "string"
}
]'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/s/v2/contrato/valores/{id-processo}/{ano}/{semestre}
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/v2/contrato/valores/{id-processo}/{ano}/{semestre}
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/v2/contrato/valores/{id-processo}/{ano}/{semestre}
- PRDhttps://api.fundacred.org.br/renewal-api/s/v2/contrato/valores/{id-processo}/{ano}/{semestre}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.fundacred.org.br/_mock/renewal-api/s/v2/contrato/valores/{id-processo}/{ano}/{semestre}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/s/v2/contrato/valores/{brbId}
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/v2/contrato/valores/{brbId}
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/v2/contrato/valores/{brbId}
- PRDhttps://api.fundacred.org.br/renewal-api/s/v2/contrato/valores/{brbId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.fundacred.org.br/_mock/renewal-api/s/v2/contrato/valores/{brbId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'