nodeSaveRequest element

Type: nodeSaveRequest
Namespace: http://www.gentics.com/rest
XML Schema: ns0.xsd

Request for creating a new node.

Example JSON

{ "node" : { "folderId" : ..., "publishDir" : "...", "binaryPublishDir" : "...", "host" : "...", "contentRepositoryId" : ..., "editorVersion" : ..., "contentEditor" : "AlohaEditor", "defaultFileFolderId" : ..., "defaultImageFolderId" : ..., "languagesId" : [ ..., ... ], "masterId" : ..., "id" : ..., "globalId" : "...", "name" : "...", "creator" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "cdate" : ..., "editor" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." }, "edate" : ..., "type" : "page", "deleted" : { "at" : ..., "by" : { "id" : ..., "firstName" : "...", "lastName" : "...", "description" : "...", "email" : "...", "groups" : [ { "id" : ..., "name" : "...", "description" : "...", "children" : [ { "..." : ... }, ... ] }, ... ], "login" : "..." } } }, "description" : "..." }