3.1.5.3.3 create url-directories

The create url-directories request allows the client to create one or more directories (folders) on the site. This operation is not atomic. If the bulk operation fails, some of the earlier directories might have been created. In the case of a failure, the client SHOULD query the server with list documents (section 3.1.5.3.8) or if it needs to determine what folders were created. Clients SHOULD use this method rather than create url-directory (section 3.1.5.3.4).

Tokens

service_name: This parameter is deprecated: For semantics, see service_name in section 3.1.5.3.1.

urldirs: A VECTOR-URL-DIRECTORY specifying the names and metadata of folders to create. The client MUST specify one URL-DIRECTORY for each folder it wants to create. The server SHOULD create the directories in the order specified. The client MUST send this parameter.

URL

FPAuthorScriptURL

Return Values

The server can return the error code 0x0009000D 2.2.2.2.17.1.

message: A STRING description of the action taken by the server. This is intended for debugging and SHOULD be ignored by the client.