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": "e565caae-a073-48bb-a80f-c36afc58d973", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "942c7d5e-1964-439c-88b7-ff5921006df1", "CreateDate": "2025-06-27T07:08:06.1782893-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T07:08:06.1782893-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": "099c3ee0-cb47-427a-91d8-6c4ba20a1073", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1c2893f3-11f4-47bf-80cf-0e3dd9ff767e", "CreateDate": "2025-06-27T07:08:06.1782893-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-27T07:08:06.1782893-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }