AndrewPla / TOPdeskPS

PowerShell module to interact with the TOPdesk API
MIT License
30 stars 12 forks source link

New-TDIncident doesn't support Creationdate #116

Closed goback136 closed 2 years ago

goback136 commented 2 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.

goback136 commented 2 years ago

CreationDate is only available as variable in the response, not in the original request