Update

Definition

https://portal.xpertdoc.com/odata/v4/Templates(guid':templateId')

Parameters

templateId: String

Examples

{
	"odata.metadata": "http://portal.xpertdoc.com/odata/v4/$metadata#Templates/@Element",
	"TemplateId": "00000000-0000-0000-0000-000000000000",
	"TemplateGroupId": "00000000-0000-0000-0000-000000000000",
	"FormId": "00000000-0000-0000-0000-000000000000",
	"Name": "Blank",
	"Description": null,
	"Metadata": null,
	"AssemblyBlobFileName": "Blank.dll",
	"SourceBlobFileName": "Blank.docx",
	"UseParentDocumentOutputPostActions": true,
	"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": "AAAAAAABLHs="
}
var url = "http://portal.xpertdoc.com/odata/v4/Templates(guid'00000000-0000-0000-0000-000000000000')";	
	
var values = new Dictionary<string, string>
{		
				{ "ValueToChange", "Value"},  
				{ "Name", "New Name"}	
};
var value = await Update(url, values);