x-api-key: ********************curl --location -g --request PUT 'https://relay.exostack.cloud//api/organisation/charters/by-id//budgets' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"budgets": [
{
"budget_index": 2,
"opening": 458,
"periods": {
"1": 100,
"2": 500,
"3": 120,
"4": 130,
"5": 140,
"6": 150,
"7": 160,
"8": 170,
"9": 180,
"10": 190,
"11": 200,
"12": 210,
"13": 220
}
}
]
}'[
{
"budget_index": 1,
"opening": 10000,
"periods": {
"1": 8500,
"2": 9200,
"3": 8800,
"4": 9500,
"5": 10200,
"6": 9800,
"7": 10500,
"8": 11000,
"9": 10800,
"10": 11500,
"11": 12000,
"12": 12500,
"13": 0
}
}
]