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": "ff837276-04c7-4706-b5b7-ef56e0069065", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ab9fb902-539a-4c2c-973b-61e6427e499b", "CreateDate": "2025-06-02T15:00:49.2504959-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T15:00:49.2504959-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": "c01c99b1-e0e4-4123-a1aa-ca29ac0f06fa", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0d98a1fb-e4af-4e06-a57d-fb5bf757fe0a", "CreateDate": "2025-06-02T15:00:49.2504959-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T15:00:49.2504959-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }