I have created a Dimension Values endpoint so that I can create new values via API however however when I POST the following body to the endpoint...
{
"Code": "TESTCL1",
"Name": "Test Client",
"Dimension_Code": "CLIENT"
}
I receive the follow message...
Dimension Code must have a value in Dimension Value: Dimension Code=, Code=TESTCL1.
Even though the dimension code exists.
Any assistance would be greatly appreciated.