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": "12480142-449b-4bf9-b360-61931aa29ba3", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "26409aa7-d7a0-47d9-a2fa-ad93bf50addb", "CreateDate": "2025-04-30T14:45:23.915125-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-30T14:45:23.915125-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": "68b55df3-0e67-4801-b330-31031f5369c1", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "21760fc9-4fc5-47ce-b8ef-191de5caecdf", "CreateDate": "2025-04-30T14:45:23.915125-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-30T14:45:23.915125-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }