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": "9f3b5e77-2920-4cdc-b76e-c94bd4beb22c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "80bf8ae0-4fbb-40f6-b24a-1450f4e1d5cb",
"CreateDate": "2026-01-20T23:56:25.2162518-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-20T23:56:25.2162518-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": "c6ee6b47-ba6e-4cfc-ab01-5a435d4c8739",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1732b3c7-f4af-4f42-90b5-41b17f542ebb",
"CreateDate": "2026-01-20T23:56:25.2317975-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-20T23:56:25.2317975-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}