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": "362ebda8-b233-419e-b87c-bda2cdd03be0", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8eb6fc93-bf94-4edb-b56a-c080e5840d87", "CreateDate": "2025-07-31T18:06:58.8419991-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T18:06:58.8419991-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": "dd7944d0-ed42-41b3-ba46-25b2a1b53453", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a22c1cf2-73dc-4c4e-8139-f408f08edbdf", "CreateDate": "2025-07-31T18:06:58.8576841-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T18:06:58.8576841-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }