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": "5e8407cc-04c0-41ec-8a4d-a614b38c3812", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "6cbc402f-7bcf-4ba3-a28f-ce8d9916273c", "CreateDate": "2024-12-26T03:31:50.6829097-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-26T03:31:50.6829097-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": "01dd0762-b0ca-4233-b0cd-bb1f01076431", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "65580a66-2a08-4278-a5b3-021b11cf0084", "CreateDate": "2024-12-26T03:31:50.6829097-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-26T03:31:50.6829097-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }