Save new activity
Save new activity
- application/json
Request Body required
- Guid guid
- Name string required
Possible values:
<= 100 characters
- Code string
Possible values:
<= 12 characters
- Type integer
Possible values: [
1
,3
,4
]Default value:
Work
- TimeEntry integer
Possible values: [
0
,1
,2
]Default value:
Optional
- Inactive boolean
- Movement boolean
Responses
- 200
- 201
- 400
Successfully Updated
- application/json
- Schema
- Example (from schema)
Schema
- Guid guid
{
"Guid": "string"
}
Successfully Inserted
- application/json
- Schema
- Example (from schema)
Schema
- Guid guid
{
"Guid": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...