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": "013e9e1a-a42f-4b7a-95dd-1db3ce408139", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6f349500-33ed-49d6-8e3c-302e03fab222", "CreateDate": "2025-05-09T15:28:35.8577481-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T15:28:35.8577481-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": "26136615-ea49-4936-8fd5-9fa3b2ad4523", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8a2d1a3a-cac9-4e2a-8535-fe3120e97f7c", "CreateDate": "2025-05-09T15:28:35.8733713-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-09T15:28:35.8733713-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }