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": "8b980e1e-76aa-43f5-8a83-0c251954d4c4", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "704f071d-96c1-4fc6-97f7-04760118a406", "CreateDate": "2025-07-06T14:15:24.5119331-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-06T14:15:24.5119331-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": "ca4f8456-4077-4e94-a187-ed362e55e8fc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f356e201-7554-4cd6-8347-0ed2d1d26391", "CreateDate": "2025-07-06T14:15:24.5119331-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-06T14:15:24.5119331-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }