I have made a project attribute: DOCLINKS which I use to store a string (url) for documents to attach to Project Quotes.
I want to update this field via the api.
As far as I know, Acumatica does not have a DEFAULT end point for Project Quotes so I cannot extend the default end point.
I tried to create a new web service endpoint to pull at least the quote number from the Quote Summary but am struggling to add the project attribute field to the response.
I can pull the data via querying a custom GI but I need to also update and edit that field which you cannot do via the api.
I tried following this
But to no avail.









