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.
AttachmentCategory| Name | 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": "1c925f1c-64e5-4ab6-b42a-e3b0f572b7c3",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "dcaf9c71-753a-4cda-8cb4-272fd8eb8de5",
"CreateDate": "2026-01-16T09:38:17.0782102-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T09:38:17.0782102-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": "7037b7e0-14ad-4396-b48b-d36a2027016a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "57c88d22-b7ef-43f9-828a-a2b91414714c",
"CreateDate": "2026-01-16T09:38:17.0782102-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T09:38:17.0782102-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}