v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Post Project Component Ghg Entry Attribution

Manually attributes or removes attribution of a project component to a GHG entry.

post/project_components/{id}/ghg_entry_attributions

Path parameters

idstring required
Example:cmp_1EP2SB7MZ1S036PY

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Request body

ghg_entry_idstring required

ID of the GHG entry to attribute the project component to.

attribution_factornumber required

A scalar between 0 and 1 for the fraction of the CO2e flux of the project component that is to be attributed to this GHG entry.

Example request

{
  "ghg_entry_id": "rmv_1EEM6NJXX1S0EXKD"
}

Response

Successful Response

idstring required
supplier_reference_idstring nullable required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

started_onstring date required
completed_onstring date required
credit_type'REDUCTION' | 'REMOVAL' required
co2e_net_removed_kgnumber required

The CO₂e removed by this GHG entry once uncertainty discounting has been applied

co2e_net_removed_without_discount_kgnumber required

The CO₂e removed by this GHG entry before any uncertainty discounting has been applied

co2e_net_removed_standard_deviation_kgnumber nullable required

The standard deviation of the CO₂e net removed and therefore the uncertainty discount applied to the GHG entry

ghg_statement_idstring nullable required

The GHG statement ID that this entry is associated with. If null, the entry is in draft and has not been submitted for verification.

feedstock_type_idstring nullable required

The feedstock type ID that this entry is associated with.

risk_of_reversal_percentagenumber nullable required

The percentage of credits contributed to the buffer pool due to risk of reversal.

Example response

{
  "id": "rmv_1EEM6NJXX1S0EXKD",
  "ghg_statement_id": "ggs_1GDQJ99Z51S0DYW9",
  "feedstock_type_id": "ftt_1D7KZ1P761S0G7BN"
}