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-04-04T00:08:15.081-04:00",
  "Created_By": "sample string 6",
  "Changed_On": "2025-04-04T00:08:15.081-04: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-04-04T00:08:15.097-04:00",
  "Created_By": "sample string 6",
  "Changed_On": "2025-04-04T00:08:15.097-04:00",
  "Changed_By": "sample string 7",
  "UserFieldData": [
    {},
    {},
    {}
  ],
  "UserFieldNames": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ],
  "Notifications": null
}