I have a C# Service generating a PDF document. After that I need to create a new record in CRM 2016 by using the Web-API and insert the generated PDF
Is this possible with the CRM Web-API? Any hint?
I have a C# Service generating a PDF document. After that I need to create a new record in CRM 2016 by using the Web-API and insert the generated PDF
Is this possible with the CRM Web-API? Any hint?
Sure you can.
Base64-encode the content and put it inside the
documentbody
field of anannotation
. The correct MIME-type isapplication/pdf