POST api/CRMNote
Create CRMNote objects
Request Information
Request body formats
application/json, text/json
Sample:
{
"Note_ID": 1,
"Note_Type": "sample string 2",
"Customer_Num": "sample string 3",
"Customer_Name": "sample string 4",
"Description": "sample string 5",
"Created_On": "2025-11-09T05:51:03.846-06:00",
"Created_By": "sample string 6",
"Changed_On": "2025-11-09T05:51:03.846-06:00",
"Changed_By": "sample string 7",
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"Note_ID": 1,
"Note_Type": "sample string 2",
"Customer_Num": "sample string 3",
"Customer_Name": "sample string 4",
"Description": "sample string 5",
"Created_On": "2025-11-09T05:51:03.861-06:00",
"Created_By": "sample string 6",
"Changed_On": "2025-11-09T05:51:03.861-06:00",
"Changed_By": "sample string 7",
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}