Anteris-Dev / autotask-client

An HTTP client for the Autotask API built with PHP.
MIT License
23 stars 16 forks source link

Autotask\API\TimeEntries\TimeEntriesEntity::resourceID to be of type integer, instead got value null, which is NULL.. #65

Closed Niels-Kolkman closed 1 year ago

Niels-Kolkman commented 2 years ago

image

While trying to get all TimeEntries as a test call im getting the error that resourceID is null image

error: image

Niels-Kolkman commented 2 years ago

Public propertiescreatedByContactID,creatorResourceID,description,lastActivityDate,noteType,publish,titlenot found on Autotask\API\TimeEntries\TimeEntriesEntity

when i make resourceID nullable.

I think this entity might need an update

aidan-casey commented 2 years ago

@Niels-Kolkman - Can you edit the query builder and dump the raw response for me?