-
Migrated question from old forum Would it be possible to save some data/metadata to a company? (Ex. Ids, References) |
Beta Was this translation helpful? Give feedback.
Answered by
mcclowes
Feb 18, 2023
Replies: 1 comment
-
We've just added a new field to the company, 'description', which can be using to store metadata like this. You can see that documented in our API reference: https://docs.codat.io/codat-api#/operations/create-company We do generally advise that you should be tracking the companyId within your system and therefore shouldn't need to use description in this way. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mcclowes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We've just added a new field to the company, 'description', which can be using to store metadata like this.
You can see that documented in our API reference: https://docs.codat.io/codat-api#/operations/create-company
We do generally advise that you should be tracking the companyId within your system and therefore shouldn't need to use description in this way.