Field formatting and validation

🚧

IMPORTANT - The API does not do ANY business logic whatsoever

The API will not send any emails, create history records, create pending changes, trigger workflows or perform any other business logic.

For example, if you have turned on auto works ID this will NOT be used in the API. You will need to auto calculate this yourself and pass the actual value to the API.

Likewise, if you have turned on auto create employee accounts - this also will not be automated and you will need to manually create the user account once the employee account has been created.

  1. All dates should use the format yyyy-mm-dd

  2. All date times should use the format yyyy-mm-dd H:i:s

  3. There is no additional validation performed. For example, we do not validate telephone numbers, email addresses and so on.