Skip to content

Create Maintenance Entry

POST
/v1/entities/{id}/maintenance
curl --request POST \
--url https://example.com/api/v1/entities/example/maintenance \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "completedDate": "example", "cost": "0", "description": "example", "name": "example", "scheduledDate": "example" }'
id
required
string

Item ID

Entry Data

Media type application/json
object
completedDate
string
cost
string
Example
0
description
string
name
required
string
scheduledDate
string

Created

Media type application/json
object
completedDate
string
cost
string
description
string
id
string
name
string
scheduledDate
string
Example
{
"cost": "0"
}