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": "95aebe54-683e-450e-aa52-93f0d92ebdac", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "886cf302-364a-40fe-bce2-e11c420778b1", "CreateDate": "2025-06-30T20:38:40.2511049-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-30T20:38:40.2511049-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": "94cb0f6e-d020-4076-aa8f-1b4b7f2770b9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "989a104f-33d6-4823-a5cf-180c5a7f7c72", "CreateDate": "2025-06-30T20:38:40.2511049-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-30T20:38:40.2511049-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }