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": "17ca0a77-a4fc-44e1-9094-004520d46c03", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "c1849d40-0bff-4a0b-a3a9-b4c51fbff539", "CreateDate": "2025-08-30T13:00:01.1356206-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T13:00:01.1356206-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": "1ade7736-55c6-48bc-a505-5106a45adceb", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "66d90189-5f26-4181-839a-b153dca5f78a", "CreateDate": "2025-08-30T13:00:01.1356206-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T13:00:01.1356206-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }