You can create or update project folder/folders from here
Query String
externalUser
Mandatory
1
Request Header
TokenKey
Mandatory
User Input
ModuleKeyRequest
Mandatory
PWP
Accept-Language
Optional
en-US
Accept-Encoding
Optional
gzip
Content-Type
Mandatory
application/json
Request Body
EncriptedPINProjectID
Mandatory
User Input
EncriptedProjectFolderID
Mandatory
User Input (blank for create new project and send folder id for edit)
EncriptedParentFolderID
Mandatory
User Input
FolderName
Mandatory
User Input
CLProjectFolderID
Optional
User Input
Example
externalUser:1
TokenKey:Your Token Key
ModuleKeyRequest:PWP
Accept-Language:en-US
Accept-Encoding:gzip
Content-Type:application/json
[{
"EncriptedProjectFolderID": "nxt%2fLGS%2fQqwWiJUYlhsFAHSg%3d%3d",
"FolderName":"100SubTest_1",
"EncriptedParentFolderID":"nxt%2fLasGS%2fQWhaP96h4Gc1Dg%3d%3d",
"EncriptedPINProjectID":"9HlE7J7ZJbsbW9YuMytm9zHg%3d%3d"
},
{
"EncriptedProjectFolderID":"nxt%2fLGS%tt2fQWinkEoCHbZrjA%3d%3d",
"FolderName":"101SubTest_2",
"EncriptedParentFolderID":"nxt%2fLGSG%2fQWhaP96h4Gc1Dg%3d%3d",
"EncriptedPINProjectID":"9HlE7J7ZJbW9YuMMytm9zHg%3d%3d"
}]
[
{
"ProjectFolderID": 0,
"FolderName": "100SubTest_1",
"ParentFolderID": 0,
"LevelID": 0,
"CreateDate": "0001-01-01T00:00:00",
"ChildFolderCount": 0,
"DocumentCount": 0,
"PINProjectID": 0,
"IncludeInLatestSet": false,
"IsVirtualFolder": false,
"FolderType": 0,
"IsShared": 0,
"IsDeleted": 0,
"AllChidDocCount": 0,
"CreateBy": 0,
"ChildDocumentUnpublishCount": 0,
"OrdinalNum": 0,
"ModifyDate": "2016-08-30T03:41:49.0101991+05:30",
"IsSharedFolder": false,
"IsRootSharedFolder": false,
"IsExpired": false,
"ShareResponseStatus": 0,
"ShareResponseDate": "0001-01-01T00:00:00",
"UserRoleID": 0,
"RequestedUserRoleID": 0,
"EncriptedProjectFolderID": "nxt%2fLGS%2fQWiJUYlhsFAHSg%3d%3d",
"CLProjectFolderID": 0,
"EncriptedParentFolderID": "nxt%2fLGS%2fQWhaP96h4Gc1Dg%3d%3d",
"EncriptedPINProjectID": "9HlE7J7ZJbW9YuMytm9zHg%3d%3d"
},
{
"ProjectFolderID": 0,
"FolderName": "101SubTest_2",
"ParentFolderID": 0,
"LevelID": 0,
"CreateDate": "0001-01-01T00:00:00",
"ChildFolderCount": 0,
"DocumentCount": 0,
"PINProjectID": 0,
"IncludeInLatestSet": false,
"IsVirtualFolder": false,
"FolderType": 0,
"IsShared": 0,
"IsDeleted": 0,
"AllChidDocCount": 0,
"CreateBy": 0,
"ChildDocumentUnpublishCount": 0,
"OrdinalNum": 0,
"ModifyDate": "2016-08-30T03:41:49.0779817+05:30",
"IsSharedFolder": false,
"IsRootSharedFolder": false,
"IsExpired": false,
"ShareResponseStatus": 0,
"ShareResponseDate": "0001-01-01T00:00:00",
"UserRoleID": 0,
"RequestedUserRoleID": 0,
"EncriptedProjectFolderID": "nxt%2fLGS%2fQWinkEoCHbZrjA%3d%3d",
"CLProjectFolderID": 100021,
"EncriptedParentFolderID": "nxt%2fLGS%2fQWhaP96h4Gc1Dg%3d%3d",
"EncriptedPINProjectID": "9HlE7J7ZJbW9YuMytm9zHg%3d%3d"
}
]
Remarks:
1) In Request Body: for new EncriptedProjectFolderID is blank and for edit pass the value of the folder body..