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": "59163a6c-fe2f-4f4a-a07b-98f07857bc0a", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e6a0e848-769b-4998-a5af-6db426a5fdce", "CreateDate": "2025-05-08T13:54:04.162842-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T13:54:04.162842-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": "1fa71197-8080-46fc-a97f-895b1c50b200", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "bb797ece-b641-4937-bfb7-c3de6b3f25ff", "CreateDate": "2025-05-08T13:54:04.1784555-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T13:54:04.1784555-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }