curl --location -g --request PUT 'https://platform.esginvest.com/api/external/corporate/data-input/{{ID}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": 200.75,
"unit_id": 107,
"not_applicable": false
}'{
"data": {
"id": 23826,
"value": 200.75,
"target": null,
"target_type": null,
"meta": null,
"table_item_id": null,
"set_id": null,
"company_id": 156,
"indicator_id": 893,
"unit_id": 107,
"year_id": 12,
"status_id": 1,
"created_by": 17,
"modified_by": 17,
"created_at": "2026-02-11T00:21:25.000000Z",
"updated_at": "2026-02-11T00:22:40.000000Z",
"not_applicable": false,
"reference": null,
"comment": null,
"reason": null
}
}