Conversation note.
| Attribute | Type | Description |
|---|---|---|
| location.uid | string | Podium unique identifier for location. |
| body | string | Body of the note. |
| organization.uid | string | Podium unique identifier for organization. |
| uid | string | Podium unique identifier for note. |
| conversation.uid | string | Podium unique identifier for conversation. |
| createdAt | string | Time at which the resource was created. Date time is in Coordinated Universal Time (UTC). |
| updatedAt | string | Time at which the resource was updated. Date time is in Coordinated Universal Time (UTC). |
| senderName | string | Name 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": ""
}
