Request
activity_id
string <uuid>
requiredBody Params application/json
resource_type
enum<string>Â
optionalAllowed values:machinecellemployee
{
"description": "string",
"code": "string",
"item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c",
"resource_type": "resource",
"default_duration": 0,
"day_max_duration": 0,
"billable": true,
"hourly_rate": 0,
"stages": [
{}
]
}
Request samples
curl --location --request PUT 'https://api.vplan.com/v1/activity/' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"code": "string",
"item_id": "4d8cd62e-a579-4dae-af8c-3172f96f8f7c",
"resource_type": "resource",
"default_duration": 0,
"day_max_duration": 0,
"billable": true,
"hourly_rate": 0,
"stages": [
{}
]
}'
Responses
This response does not have a body.
Modified at 2025-06-25 08:40:51