This interface is used to obtain gas composition analysis.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /api/v1/carbon/emission/analysis/gas/constitute
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
body | object | No | The request parameters. | |
code | string | Yes | The enterprise code. | C-20240115-3 |
year | integer | Yes | Year | 2024 |
moduleType | integer | Yes | Module type. | 3 |
moduleCode | string | Yes | Module code. | carbonInventory.check.scope_1_direct_ghg_emissions |
Response parameters
Examples
Sample success responses
JSON
format
{
"requestId": "83A5A7DD-8974-5769-952E-590A97BEA34E\n",
"data": [
{
"type": 1,
"name": "CO₂",
"gasEmissionData": 3.14,
"carbonEmissionData": 3.14,
"ratio": 0.5
}
]
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-12 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
2024-04-03 | The response structure of the API has changed | View Change Details |