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": "a9a4659c-85fb-49de-8468-188ad0c35e9a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b13188cf-14d5-4bad-b589-d3adbf770c6b",
"CreateDate": "2026-01-19T09:49:56.8784922-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-19T09:49:56.8784922-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": "0ac64c44-bacd-4014-bf4d-2b1eccb27168",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "0adf6c58-52ef-4191-b793-89b540dd2c1c",
"CreateDate": "2026-01-19T09:49:56.8941079-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-19T09:49:56.8941079-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}