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": "7db9f36b-f74a-4d8c-8c69-0c6c49da1bb9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "816e8f9e-9a24-4150-9c66-093b83b46d07", "CreateDate": "2025-10-21T11:45:56.0922112-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-21T11:45:56.0922112-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": "0977618c-f38b-4860-8799-39c414b46f65", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9169f342-7c6e-4ba0-8bbc-73af6bd9c2ac", "CreateDate": "2025-10-21T11:45:56.0922112-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-21T11:45:56.0922112-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }