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": "5409a3f2-063e-45e6-9293-0caa9e4cc1ef", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "4b0fce42-d2e7-40b2-a382-2487a614d5f3", "CreateDate": "2025-04-17T01:24:01.2129285-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T01:24:01.2285525-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": "434f6f5b-bd72-426b-ab6d-b10341aba622", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7f91f674-7fa3-445d-8390-1b5d55a8412b", "CreateDate": "2025-04-17T01:24:01.4785527-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-17T01:24:01.4785527-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }