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": "36dda379-1534-4b91-adf7-291bebb6bc9f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "bc24b00b-d04d-48c6-9d35-293dc176747f",
"CreateDate": "2026-08-12T11:16:21.7366271-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:16:21.7366271-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": "f37613bc-1a6f-444f-9098-4eb0f5fe3f12",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "36f5b794-1a57-49e3-ac75-cd237cdfbcbd",
"CreateDate": "2026-08-12T11:16:21.7366271-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-12T11:16:21.7366271-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}