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": "b90abda2-d5ee-48ab-970b-0c53ca6f20d1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1be93ce6-b50e-4db3-bcc8-96e85eb78cac",
"CreateDate": "2025-12-05T06:17:38.0733919-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:17:38.0733919-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": "c7344d5a-8926-4da9-88a6-814d3f0fac22",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b6eb130d-1229-49f3-854c-97d085828724",
"CreateDate": "2025-12-05T06:17:38.0733919-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:17:38.0733919-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}