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": "42d035e4-b377-451b-82be-5833dc9f4b2d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "507e5f38-95e5-4955-9da9-44c35cc1a0b0", "CreateDate": "2025-02-05T06:11:59.3231325-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T06:11:59.3231325-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": "f89a2c4c-2be7-427d-8465-7679ac64e760", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "158e56b9-8abb-46e0-979c-ae0bdfc5ef1a", "CreateDate": "2025-02-05T06:11:59.3231325-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T06:11:59.3231325-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }