POST AttachmentCategories
Creates a new attachment category.
Request Information
URI Parameters
None.
Body Parameters
The attachment category to create. AttachmentCategoryId should not be filled in.
AttachmentCategoryName | Description | Type | Additional information |
---|---|---|---|
AttachmentCategoryId | globally unique identifier |
None. |
|
Name | string |
None. |
|
SourceSystemId | string |
None. |
|
CompanyId | globally unique identifier |
None. |
|
CreateDate | date |
None. |
|
CreateUser | string |
None. |
|
LastModifiedDate | date |
None. |
|
LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AttachmentCategoryId": "129fddc5-1629-4f01-bd93-4acb59fe5c53", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7ffb7199-9c7a-471b-9bb8-383452cf2a06", "CreateDate": "2025-05-08T17:18:10.8893758-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T17:18:10.8893758-07:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the created attachment category.
Name | Description | Type | Additional information |
---|---|---|---|
Data | AttachmentCategory |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "AttachmentCategoryId": "2ef1818b-1929-4916-82bf-51cb8acb5bb9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "abceb04e-f276-4069-ae03-222de0d7c88d", "CreateDate": "2025-05-08T17:18:10.8893758-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T17:18:10.8893758-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }