Message 1 of 6
Not applicable
09-07-2017
01:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I’m trying to import Tasks using the POST /api/tasks I’m being returned an internal server error.
I’m using the following: Postman to perform POST-call.
URL: https://bim360field.eu.autodesk.com/api/tasks?ticket={{ticket}}&project_id={{project_id}}
JSON-body:
[
{
"id": "71bde28e-c6b5-4bd0-8bf8-c2b47f3c41dc",
"name": "TestName",
"template": false,
"identifier": "TSK-0026",
"description": "TestDescr",
"status": "New",
"scheduled_at": "2017-09-06 15:38:00 +0200",
"location_detail": null,
"send_reminders": false
}
]
I have tried both passing the data in the body of the request as in the url.
Response
Status: 500
Question
What am I doing wrong with this request?
Solved! Go to Solution.