CreateBinder
Create The name of the new document.
Input
| Name | Type | Required | Description |
| Name | String | True | The name of the new binder |
| Type | String | True | The name or label of the binder type to assign to the new document. |
| Subtype | String | False | The name or label of the binder subtype (if one exists on the binder type). |
| Classification | String | False | The name or label of the binder classification (if one exists on the document subtype). |
| Lifecycle | String | True | The name or label of the binder lifecycle to assign to the new binder. |
| MajorVersionNumber | String | False | The major version number to assign to the new binder. |
| MinorVersionNumber | String | False | The minor version number to assign to assign to the new binder. |
Result Set Columns
| Name | Type | Description |
| ResponseStatus | String | Whether the binder was created successfully. |
| ResponseMessage | String | The message of the response. |
| Id | String | The Id of the binder. |