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": "733d492a-6318-456d-b61a-070f8ee9712d", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "60492226-836b-47fc-8708-c983645b8048", "CreateDate": "2024-10-10T15:21:13.9272968-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T15:21:13.9272968-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": "b4f3cd4b-167d-433e-a354-6287357998ae", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ef053a9e-c2e1-44cf-9c19-e338056606a6", "CreateDate": "2024-10-10T15:21:13.9272968-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T15:21:13.9272968-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }