{
"bases": [
{
"name": "SINAPI",
"local": "SP",
"version": "11/2022",
"status": true
},
{
"name": "SBC",
"local": "SP",
"version": "11/2020",
"status": true,
"region": "SPO"
}
]
}
curl --location -g --request POST 'https://api.orcafascio.com/api/v1/base/mybase/compositions/{{sinapi_composition_id}}/add_bases' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"bases": [
{
"name": "SINAPI",
"local": "SP",
"version": "11/2022",
"status": true
},
{
"name": "SBC",
"local": "SP",
"version": "11/2020",
"status": true,
"region": "SPO"
}
]
}'
{
"id": "65e877fef4319730ab1b78d6",
"company_id": "62683e8363051f543020cfe5",
"user_id": "62683e8363051f543020cfe9",
"department_id": "62683e8363051f543020cfe8",
"code": "00000005",
"second_code": "API-005",
"description": "BARRACAO PARA DEPOSITO EM TABUAS DE MADEIRA, COBERTURA EM FIBROCIMENTO 4 MM, INCLUSO PISO ARGAMASSA TRAÇO 1:6",
"type": "CANT",
"unit": "m²",
"state": "SP",
"is_sicro": false,
"calculation_method": {
"type": 2,
"description": "Arredondar em 2 casas decimais"
},
"labor": false,
"prices": {
"pnd": 0.0,
"pd": 0.0
},
"banks": {
"SINAPI": {
"data": "11/2022",
"estado": "SP",
"relatorio": true
},
"SBC": {
"data": "11/2020",
"estado": "SP",
"regiao": "SPO",
"relatorio": true
},
"SEDOP": {
"data": "10/2023",
"estado": "PA",
"ls": true,
"relatorio": true
}
},
"items": [],
"created_at": "2024-03-06T11:04:47.008-03:00"
}