Importar planilha para preenchimento 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/v1/contrato/valores/importar-lote
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/v1/contrato/valores/importar-lote
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/v1/contrato/valores/importar-lote
- PRDhttps://api.fundacred.org.br/renewal-api/s/v1/contrato/valores/importar-lote
- 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/v1/contrato/valores/importar-lote \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"file": "string"
}'- Mock serverhttps://docs.fundacred.org.br/_mock/renewal-api/s/v1/contrato/valores/dados-complementares
- TSThttps://tst-api.fundacred.org.br/renewal-api/s/v1/contrato/valores/dados-complementares
- HMLhttps://hml-api.fundacred.org.br/renewal-api/s/v1/contrato/valores/dados-complementares
- PRDhttps://api.fundacred.org.br/renewal-api/s/v1/contrato/valores/dados-complementares
- 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/v1/contrato/valores/dados-complementares \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"data": [
{
"cod_bolsa": 0,
"cod_curso": "string"
}
]
}'