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": "1bde1bf3-b14d-4e5b-8f0a-d7314b923dbd",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "050dbde1-7fa8-4344-aa94-5e0cb462add4",
"CreateDate": "2026-06-01T20:25:55.4085369-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:25:55.4085369-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": "05179da2-0259-402d-8027-1c2c4874d9bb",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5659b834-45db-46ba-9bb2-4ac951b63639",
"CreateDate": "2026-06-01T20:25:55.4085369-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-01T20:25:55.4085369-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}