I am trying to fetch the accounting structure items by passing four required parameters as shown below API call. This is as per the API Doc and am using PostMan with a valid bearer token.
I am getting the below error response, not sure why:
{
  "error": {
    "code": "ODATA_PROVIDER_ERROR",
    "message": "An internal server error occurred. Contact administrator.",
    "details":
      {
        "code": "INVALID_KEY_VALUE",
        "message": "The key value 'StructureItemType' is invalid."
      }
    ]
  }
}
Please respond if you have encountered this and have resolved.Â
Thanks!