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": "774df4ac-e7c6-44bb-9576-8b7bdb76981f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b3ce30b1-256c-400b-9823-0497ce358bda", "CreateDate": "2025-04-03T15:28:06.1704755-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:28:06.1704755-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": "197a40f8-ccbe-47da-bfab-2115a53d1172", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a19f491e-07f3-4d4b-a766-044778efca9f", "CreateDate": "2025-04-03T15:28:06.1704755-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:28:06.1704755-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }