php - How to extend Quickbooks API entity with more fields -


i'm needing extend the employee entity adding more rows of data it. example 1 row need add might call 'types', can know type of employee (e.g. administrator, journeyman, owner etc).

is possible?

quickbooks doesn't allow add "rows", or add fields "rows".

there custom fields can use store additional data you're describing. docs:


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -