I am trying to make an API call to create an employee. I am able to list employees just fine using these credentials. But when trying to create an employee from this endpoint (https://docs.clover.com/reference/employeecreateemployee) I receive the return error message of '400; no employee data'
Why would we be receiving this error message? Something to do with the permissions? Our app has full read/write permissions for all elements including employees. Can anyone tell me why this error might be happening and if it is permission related; where would I direct the client to go to update it.