Authorization: Bearer ********************
{
"user_plan_id": "fa95721a-6214-4568-9415-e41e059e8059",
"type": "metered",
"name": "Plan Matric new",
"code": "PLN_MTRC_1",
"description": "This is a plan matric.",
"unit": "unit1",
"price_per_unit": 1000,
"aggregate_type": "count",
"aggregation_property": "property1"
}
curl --location --request PUT 'http://localhost:8080/v1/admin/plans/fa95721a-6214-4568-9415-e41e059e8059/metrices/' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_plan_id": "fa95721a-6214-4568-9415-e41e059e8059",
"type": "metered",
"name": "Plan Matric new",
"code": "PLN_MTRC_1",
"description": "This is a plan matric.",
"unit": "unit1",
"price_per_unit": 1000,
"aggregate_type": "count",
"aggregation_property": "property1"
}'
{"message":"metrix updated successfully","result":{"id":"00000000-0000-0000-0000-000000000000","user_plan_id":"fa95721a-6214-4568-9415-e41e059e8059","type":"metered","name":"Plan Matric new","code":"PLN_MTRC_1","description":"This is a plan matric.","unit":"unit1","price_per_unit":1000,"aggregate_type":"count","aggregation_property":"property1","created_at":"0001-01-01T00:00:00Z","updated_at":"2024-03-30T09:50:20.100357656Z","deleted_at":null},"success":true}