here's the relevant portion of the code that i have, i keep getting "That's an error." with code 500..
json_data = {
"reportDateUtc":datetime.now().isoformat(),
"room":"",
"emailClient":True,
"emailTech":True,
"emailTechGroupLevel":True,
"emailGroupManager":False,
"emailCc":False,
"ccAddressesForTech":"",
"emailBcc":False,
"bccAddresses":"",
"subject":"Test",
"detail":"Test Ticket",
"problemtype":{"type": "ProblemType", "id": 85},
"location":{"type":"Location","id":33},
"sendEmail":True,
"clientReporter":{"type":"Client","id":21},
"statustype":{"type":"StatusType","id":1},
"prioritytype":{"type":"PriorityType","id":1}
}
x = requests.post(api,data=json_data)