Update

Definition

https://portal.xpertdoc.com/odata/v4/Documents(guid':documentId')

Parameters

documentId: String

Examples

{ "odata.metadata": "http://portal.xpertdoc.com/odata/v4/$metadata#Documents/@Element", "DocumentId": "00000000-0000-0000-0000-000000000000", "BatchId": "00000000-0000-0000-0000-000000000000", "SequenceNumber": 0, "Status": "Completed", "StartTime": "2016-01-01T00:00:00.0000000Z", "EndTime": "2016-01-01T00:00:00.0000000Z", "InputDocumentName": "Document.docx", "InputDocumentType": "Docx", "InputMetadata": null, "OutputDocumentName": "Document.pdf", "OutputDocumentType": "Pdf", "OutputMetadata": null, "ErrorMessage": null, "CreatedByUserProfileId": "00000000-0000-0000-0000-000000000000", "CreatedDate": "2016-01-01T00:00:00.0000000Z", "ModifiedByUserProfileId": "00000000-0000-0000-0000-000000000000", "ModifiedDate": "2016-01-01T00:00:00.0000000Z", "Timestamp": "AAAAAAAAQT0=" }
var url = "http://portal.xpertdoc.com/odata/v4/Documents(guid'00000000-0000-0000-0000-000000000000')"; var values = new Dictionary<string, string> { { "ValueToChange", "Value"}, { "Name", "New Name"} }; var value = await Update(url, values);