Hi,
Does anyone know how to use the IFS Rest API’s to query for the document text associated with a Customer Order Line?
Based on the debug console it looks like I need to use the DocumentTextHandling.svc API. But whenever I try to call it using the following:
DocumentTextHandling.svc/NoteTexts(Objkey='{OBJECTKEY}')
I get the following response from IFS:
{
"error": {
"code": "ODP_RESOURCE_NOTFOUND",
"message": "Resource not found."
}
}
Does anyone now how to use the DocumentTextHandling.svc API?
Thanks