Request
Body Params application/json
{
"name": "string",
"code": "string",
"lciaDatasetId": "string",
"methodLciaScreens": [
{
"code": "string",
"name": "string",
"method": "string",
"category": "string",
"indicator": "string",
"exchangeNames": [
"string"
],
"compartments": [
"string"
],
"subcompartments": [
"string"
]
}
]
}
Request Code Samples
curl --location --request POST 'http://localhost:9000/method' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string",
"lciaDatasetId": "string",
"methodLciaScreens": [
{
"code": "string",
"name": "string",
"method": "string",
"category": "string",
"indicator": "string",
"exchangeNames": [
"string"
],
"compartments": [
"string"
],
"subcompartments": [
"string"
]
}
]
}'
Responses
{
"code": 0,
"message": "string",
"data": {},
"timestamp": 0
}
Modified at 2025-03-13 01:54:35