The conversation note object

Conversation note.

AttributeTypeDescription
location.uidstringPodium unique identifier for location.
bodystringBody of the note.
organization.uidstringPodium unique identifier for organization.
uidstringPodium unique identifier for note.
conversation.uidstringPodium unique identifier for conversation.
createdAtstringTime at which the resource was created. Date time is in Coordinated Universal Time (UTC).
updatedAtstringTime at which the resource was updated. Date time is in Coordinated Universal Time (UTC).
senderNamestringName of the person who created the note.
{
  "location": {
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "body": "",
  "organization": {
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "uid": "00000000-0000-0000-0000-000000000000",
  "conversation": {
    "uid": "00000000-0000-0000-0000-000000000000"
  },
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "senderName": ""
}