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": "146e557d-19e2-4cc5-ac2e-61df9768fc22", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a0d3aa73-2650-4ede-80fe-edb13bb9c75d", "CreateDate": "2025-06-25T06:51:00.5479819-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-25T06:51:00.5479819-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": "0973cb35-1a8a-40cb-81cb-04ad3c572aa8", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "57ec7fcb-b615-4165-8f78-306e4bc87a82", "CreateDate": "2025-06-25T06:51:00.5479819-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-25T06:51:00.5479819-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }