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": "47d46154-d132-448c-8ba6-e1211868b220",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "8e9d150e-6ed2-4823-a5d3-f675e470b193",
"CreateDate": "2026-09-13T23:39:35.4977361-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:39:35.4977361-07: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": "d86c2c57-4b88-4ff8-bf93-cc40cdc06bde",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "7e98070c-89b3-4b38-ad0a-4558dc580510",
"CreateDate": "2026-09-13T23:39:35.4977361-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-13T23:39:35.4977361-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}