i have problem with sharepoint, i can't find correcte api to post new comment. and also i can't set value to "ParentItemID"
/_api/web/lists/GetByTitle('Liste de discussions')/items client.DefaultRequestHeaders.Add("X-HTTP-Method", "POST"); obj.Body = PostText; obj.ContentTypeId = ContentTypeId; obj.ParentFolderId = IdDiscussion; obj.ParentID = Convert.ToInt32(IdDiscussion); obj.__metadata = new MetadataCommentes(); obj.__metadata.type = MetadataTyp
Solved! Go to Solution.
Hello @mabroukm,
Thank you for reaching out to Constant Contact's API Support.
I'd like to clarify your request. The code you posted does not contain any of our API endpoints, nor does it contain any type of data that I would think someone would be submitting to a Constant Contact account. Can you verify what endpoint you are using when you submit this and what the result you are receiving back?
Hello @mabroukm,
Thank you for reaching out to Constant Contact's API Support.
I'd like to clarify your request. The code you posted does not contain any of our API endpoints, nor does it contain any type of data that I would think someone would be submitting to a Constant Contact account. Can you verify what endpoint you are using when you submit this and what the result you are receiving back?
Hello Mr.Jimmy
thank you,
i was contant microsoft ,they told that there's plugin Of sharepoint using in xamarin android his name "Csom" you can find all the APIs of sharepoint and also is very simple to use it.
thank you guys have good day