Hello everyone I am trying to get particular `bomR...
# integrations
h
Hello everyone I am trying to get particular
bomRevision
using
Copy code
<https://xyz.suitetalk.api.netsuite.com/services/rest/record/v1/bomRevision/3?expandSubResources=true>
But it gives
Copy code
{
  "type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5>",
  "title": "Not Found",
  "status": 404,
  "o:errorDetails": [
    {
      "detail": "Record type 'bomRevisionComponentMember' does not exist.",
      "o:errorPath": "component",
      "o:errorCode": "NONEXISTENT_ID"
    }
  ]
}
How can i fix this issue?