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": "3e844c85-5f19-444f-b5d6-cee20cdc87b1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4c3dd499-5e8c-4521-b742-3a3c416fffe3",
"CreateDate": "2025-11-17T18:56:48.2585009-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:56:48.2585009-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": "2649b1dd-1169-440f-9233-dc1fd487ac6a",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "9e3b0067-b147-4c2c-bdbe-9ae875c695bc",
"CreateDate": "2025-11-17T18:56:48.2585009-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-17T18:56:48.2585009-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}