Create new event
Create new event
- application/json
Request Body required
- Guid guid
- Name string required
Possible values:
<= 100 characters
- Code string
Possible values:
<= 12 characters
- Type integer
Possible values: [
2
]Default value:
Location
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...