[Resolved] : Issues Creating and Updating customers (2024-09-18)

[Update] : A fix has been implemented and the issue is solved (2024-09-18)

We have discovered a bug from a recent release which causing issues creating new customers via the endpoint /customer using a category in the POST request. It may also be issues updating existing customers that already got a category set.

We are working as fast as we can to resolve this issue, and will update you here when it is resolved.

Example of a response you may get from our API:
{
"status": 422,
"code": 18000,
"message": "Validering feilet.",
"link": "https://tripletex.no/v2-docs/",
"developerMessage": null,
"validationMessages": [
{
"field": "category1.id",
"message": "ID-en må referere til et gyldig object.",
"path": null,
"rootId": null
}
],
"requestId": "<GUID>"
}