Create a new ticket
POST
/ticketsLast modified: a month ago
Request
Header Params
X-Integration-Name
string
required
Integration name
Example:
API Documentation
X-Integration-Provider
string
required
Integration provider
Example:
cobra GmbH
X-Cobra-TenantId
string
required
Tenant ID
Example:
12e39e53-ece1-4d8d-8958-e782de1dbef0
X-Integration-Contact
string
optional
Integration contact
Example:
info@cobra.de
Body Params application/json
No schema defined
Example
{
"caption": "Get drinks",
"deadline": "2024-06-15T09:17:30.7805954+00:00",
"objectType": {
"objectId": "651d88965302ac5de5cec83d",
"type": "Event"
},
"peopleId": "65322ee0e2116fda63105acd",
"state": "New"
}
Request samples
Responses
Success(200)
Forbidden(403)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"caption": "Get drinks",
"deadline": "2024-06-16T09:17:30.7806998+00:00",
"objectType": {
"caption": "Barbecue",
"objectId": "651d88965302ac5de5cec83d",
"type": "Event"
},
"peopleId": "65322ee0e2116fda63105acd",
"state": "New",
"id": "6516d8ae3f0b360ef3a7ddae",
"createdBy": "TestUser@cobra.de",
"modifiedBy": "TestUser@cobra.de",
"dateCreated": "2024-06-12T09:17:30.7806992+00:00",
"dateModified": "2024-06-12T09:17:30.7806997+00:00",
"createdByUserId": "dca9a933-61b2-49a8-811a-d09f63685a6f",
"modifiedByUserId": "dca9a933-61b2-49a8-811a-d09f63685a6f"
}
Last modified: a month ago