You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now in GET requests we assume that the attribute 'id' on a model is the primary key.
On some models in Visma API this is not the case. For example Account uses the account number as the key in the REST-path. /accounts/fiscal_year/number
This case also includes another case of adding path variables for special cases but that is covered in
The text was updated successfully, but these errors were encountered:
As of now in GET requests we assume that the attribute 'id' on a model is the primary key.
On some models in Visma API this is not the case. For example Account uses the account number as the key in the REST-path. /accounts/fiscal_year/number
This case also includes another case of adding path variables for special cases but that is covered in
The text was updated successfully, but these errors were encountered: