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": "c8c1dea2-05b0-4e6b-987d-ca1efa8995d6", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "01a5c8e4-a4e3-4e27-994a-a834cf09ab57", "CreateDate": "2025-06-22T22:40:48.90285-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-22T22:40:48.90285-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": "ddebdd6a-750d-4288-b134-c24a3804c4af", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "61b77e1e-61ef-45ff-ae89-430ede23cd06", "CreateDate": "2025-06-22T22:40:48.90285-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-22T22:40:48.90285-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }