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": "44e6106a-56cd-4176-a223-6a6d15cf8a7b",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "82ec42da-457f-4573-8275-a83885685c70",
"CreateDate": "2025-11-05T04:35:08.7482333-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T04:35:08.7482333-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": "510fce85-5066-4737-94c4-ddceba529202",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "683844cb-efc2-4b93-ae73-095ae7a7a801",
"CreateDate": "2025-11-05T04:35:08.7482333-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T04:35:08.7482333-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}