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": "73e2ee49-80f1-4a1c-a4f7-0d1637728f43", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1f27d4c0-2c06-44d5-bc6a-061cb11a795e", "CreateDate": "2025-04-25T11:14:18.9374-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-25T11:14:18.9374-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": "4e38c49f-472e-429d-a293-be968b78235b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "badb0bfd-8940-41a6-8279-469239f76dbb", "CreateDate": "2025-04-25T11:14:18.9374-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-25T11:14:18.9374-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }