Hello,
to explain the whole of my flow:
- When create new annotation in dynamics, i create a new file in OneDrive with the attachment body.
- I create a new file, with for body that of the file lastly create and converts to PDF (WordToPDF). The PDF file is well created and readable.
- Now, I want to modify the annotation by updating the documentbody and putting the one of the PDF.
But I encounter an error at the time of the final update.
"Bad Request"
INPUTS :
item
{
"notetext": "I'm modified.",
"documentbody": {
"$content-type": "application/pdf",
"$content": "JV9(...)G"
},
"isdocument": true,
"subject": null
}
OUTPUTS :
Status code
400
Headers
Key
Value
Pragma
no-cache
x-ms-request-id
d79efeee-e8a1-42b7-9078-fde9b9406d4a
Timing-Allow-Origin
*
Cache-Control
no-cache
Date
Mon, 23 Oct 2017 13:52:10 GMT
Set-Cookie
ARRAffinity=1c9e178b01a7edf5c61dddca8a1b25611827b36b00452aca3fbb81b8878998b1;Path=/;HttpOnly;Domain=dynamicscrmonlineconnectionprovider-northeurope.db3-ase-001.p.azurewebsites.net
X-AspNet-Version
4.0.30319
X-Powered-By
ASP.NET
Content-Length
242
Content-Type
application/json; charset=utf-8
Expires
-1
Body
{
"status": 400,
"message": "A value must be provided for item.",
"source": "dynamicscrmonlineconnectionprovider-northeurope.db3-ase-001.p.azurewebsites.net",
"debugInfo": "clientRequestId: d79efeee-e8a1-42b7-9078-fde9b9406d4a"
}
If I'm not clear, do not hesitate to ask me for more details.
Thanks in advance.