Table of Contents

What's New


GET /Modules/DM/FileAttachmentCategories/{id}

Get a File Attachment Category resource.

DELETE /Modules/DM/FileAttachmentCategories/{id}

Delete an existing File Attachment Category resource.

PATCH /Modules/DM/FileAttachmentCategories/{id}

Update an existing File Attachment Category resource.

GET /Modules/DM/FileAttachmentCategories

Get a collection of File Attachment Category resources.

POST /Modules/DM/FileAttachmentCategories

Create a new File Attachment Category resource.

GET /Modules/DM/FileAttachmentCategories/Lookups/LookupFileAttachmentCategoryChangePermissionTree

Lookup the permission set for changing the File Attachment Category.

GET /Modules/DM/FileAttachmentCategories/Lookups/LookupFileAttachmentCategoryInsertPermissionTree

Lookup the permission set for creating the File Attachment Category.

GET /Modules/DM/FileAttachmentCategories/Lookups/LookupFileAttachmentCategory

Lookup the FileAttachmentCategory

GET /Modules/DM/FileAttachmentCategories/Batch/{ids}

Get a collection of File Attachment Category resources for the set of id's.

POST /Modules/DM/FileAttachmentCategories/Batch

Create a new collection of File Attachment Category resources.

DELETE /Modules/DM/FileAttachmentCategories/Batch

Delete a collection of existing File Attachment Category resources.

PATCH /Modules/DM/FileAttachmentCategories/Batch

Update a collection of existing File Attachment Category resources.

PATCH /Modules/DM/FileAttachmentCategories/{id}/Active

Change the IsActive status for an existing File Attachment Category resource.

PATCH /Modules/DM/FileAttachmentCategories/{id}/PermissionTree

Change the PermissionTree for an existing File Attachment Category resource.

PATCH /Modules/DM/FileAttachmentCategories/Batch/Active

Change the IsActive status for a collection of existing File Attachment Category resources.

PATCH /Modules/DM/FileAttachmentCategories/Batch/PermissionTree

Change the PermissionTree status for a collection of existing File Attachment Category resources.