Create new contract
Create new contract
- application/json
Request Body required
- Guid guid
- Name string required
Possible values:
<= 250 characters
- Code string
Possible values:
<= 15 characters
- StartDate date
- EndDate date
- Description string
Possible values:
<= 500 characters
- Billable integer
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...