Save new plan record
Save new plan record
- application/json
Request Body required
- Guid guid
CustomFields object
property name*
string- Person guid required
- Date date
- From date-time
- To date-time
- Hours time-span
- Activity guid required
- Description string
Possible values:
<= 500 characters
- Contract guid
- Subcontract guid
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...