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": "b8d6b2e7-3071-402a-a05f-c49e8840c42c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1c711fda-6f4c-4436-b618-37960cfc5943",
"CreateDate": "2026-04-18T04:59:47.3914932-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-18T04:59:47.3914932-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": "d569c598-3c6e-4d7a-ac3c-25b31b720885",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1a396fb1-49aa-49e0-a5b7-ce9cf8ebd99e",
"CreateDate": "2026-04-18T04:59:47.3914932-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-18T04:59:47.3914932-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}