Hi, I'm seeing a strange error message when attempting to create a project through an API. My connection is all set up successully and other endpoints have worked fine.
When using endpoint: POST https://app.rfpio.com/rfpserver/ext/v1/projects/create
In the body of the response, I see ERROR_MESSAGE: "PROJECT_RESTRICTED_UNIT_IS_NULL"
The closest field we have to this is a custom field called "restrictedproject", but I am passing a value in that field. I know it's working because it's a mandatory field taking only Yes or No, when I leave it null or pass a different value I see the appropriate error message to fix it. Once fixed, I see the error message above.
Would appreciate any help on this.
Thanks