Hello World
11/26/2021, 9:23 AMbomRevision
using
<https://xyz.suitetalk.api.netsuite.com/services/rest/record/v1/bomRevision/3?expandSubResources=true>
But it gives
{
"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?