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.
AttachmentCategoryName | 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": "dac59fba-c54c-4196-938a-59090eced0f7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "fcf29d72-c21a-4643-91c9-736795d0f230", "CreateDate": "2024-11-22T21:30:40.385561-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T21:30:40.385561-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": "233865fb-e110-402b-a1d7-519c8425a7cc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a1ea6d11-5deb-4744-b117-75a8af9a656d", "CreateDate": "2024-11-22T21:30:40.385561-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T21:30:40.385561-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }