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": "c5a19924-f3f6-4381-8497-9c952cd707f1", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a0b50e37-b837-4c7d-bf0d-c1542da0a092", "CreateDate": "2024-12-08T16:59:10.0398799-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-08T16:59:10.0398799-08: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": "0e65dfd2-a9bd-475d-b1b5-7c6751237f7f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "817b18ee-4da8-43b8-ba0e-ea6fdebb754a", "CreateDate": "2024-12-08T16:59:10.0398799-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-08T16:59:10.0398799-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }