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": "43100375-8953-4ebc-be75-f12746df4c43",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b35558b8-a1b4-40ed-a657-72693dc72c53",
"CreateDate": "2025-12-31T13:49:18.3977037-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-31T13:49:18.3977037-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": "1a5f41f9-a783-4f68-a0f5-5aa57d96df70",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "49c80f53-d98f-4d56-b09a-9e01b42c40bc",
"CreateDate": "2025-12-31T13:49:18.4914531-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-31T13:49:18.4914531-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}