Closed goback136 closed 3 years ago
According to Topdesk API documentation https://developers.topdesk.com/explorer/?page=incident#/incident/post_incidents it is possible to send the creationdate
"creationDate": "2021-10-05T07:01:11.685Z",
Default New-TDIncident creates as incident with a creation date and time when the API call is ran. But this not always the case.
CreationDate is only available as variable in the response, not in the original request
According to Topdesk API documentation https://developers.topdesk.com/explorer/?page=incident#/incident/post_incidents it is possible to send the creationdate
"creationDate": "2021-10-05T07:01:11.685Z",
Default New-TDIncident creates as incident with a creation date and time when the API call is ran. But this not always the case.