POST CompanyNote/Save
Saves the specified Company Note.
Request Information
URI Parameters
None.
Body Parameters
The company note.
Company NoteName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
Required |
|
Subject | string |
Required String length: inclusive between 0 and 100 |
|
EntryDate | nullable date |
None. |
|
ActionDate | date |
Required |
|
Status | nullable bool |
None. |
|
Note | string |
None. |
|
HasAttachments | nullable bool |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Subject": "sample string 2", "EntryDate": "2024-11-15", "ActionDate": "2024-11-15", "Status": true, "Note": "sample string 3", "HasAttachments": true }
Response Information
Resource Description
Company NoteName | Type | Additional information | Description |
---|---|---|---|
ID | integer |
Required |
|
Subject | string |
Required String length: inclusive between 0 and 100 |
|
EntryDate | nullable date |
None. |
|
ActionDate | date |
Required |
|
Status | nullable bool |
None. |
|
Note | string |
None. |
|
HasAttachments | nullable bool |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": 1, "Subject": "sample string 2", "EntryDate": "2024-11-15", "ActionDate": "2024-11-15", "Status": true, "Note": "sample string 3", "HasAttachments": true }