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": "8ec06a28-7301-4b2f-8aed-50cacd166f9b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "cb63dc13-68e3-4209-9476-c1b1ac0e2f60", "CreateDate": "2025-08-23T22:45:23.7466193-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-23T22:45:23.7466193-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": "6b7e053c-c3b9-453f-8664-6077cfa8e565", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "94d58bb7-4e0b-4a85-86ec-ede2353d7ec3", "CreateDate": "2025-08-23T22:45:23.7466193-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-23T22:45:23.7466193-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }