Skip to content
ipro-dave edited this page Mar 30, 2021 · 1 revision

Request:

  • Url /apis/commsnotes

  • Method POST

  • Content-Type application/json

  • Payload

{
  "CreatedDate": "2021-02-25T00:00:00",
  "RepID": 68,
  "BookingID": 603,
  "EnquiryID": null,
  "ContactID": 68,
  "Subject": "This is the note subject",
  "Notes": "This is the note contect",
  "CommsNoteTypeID": 3,
  "TaskID": null,
  "BillID": null
}
  • CommsNoteTypeID: 1 - Call, 2 - Email, 3 - Note, 4 - Task, 5 - Letter

Response:

  • Content-Type application/json

  • Payload

{
    "Success": true,
    "Message": "Comms note 32260 has been successfully created"
}
Clone this wiki locally