The note object holds a note about a partner account. You can create, retrieve, update, and delete a note, as well as list all notes.
Attributes
Id integer
Id integerUnique identifier for the object referred to as the impact.com Note Id_.
MediaId integer
MediaId integerPartner account Id that this note is associated with.
MediaName string
MediaName stringPartner account Name that this note is associated with.
Creator string
Creator stringimpact.com account user that created this note.
CreationDate string
CreationDate stringDate and time this note was created. See ISO 8601.
ModificationDate string
ModificationDate stringLatest date and time this note was modified. See ISO 8601.
Content string
Content stringNote's plaintext content.
Type enum
Type enumType of partner interaction that caused the note. Will always have a value. Defaults to NONE.
| View possible enum values | |
|---|---|
EMAIL | The noted interaction is an email exchange. |
IM | The noted interaction is a text or instant message conversation. |
NONE | The note is not founded on an interaction with the partner. |
PHONE | The noted interaction is a phone call. |
Attachments array
Attachments arrayA list of the directory paths for the images attached to a note.
URI string
URI stringNote's direct URI.
{
"Id": "123456",
"MediaId": "10000",
"MediaName": "Acme Partner",
"Creator": "Brand Man",
"CreationDate": "2020-09-10T10:51:23-07:00",
"ModificationDate": "2020-10-21T14:51:42-07:00",
"Content": "Meep Meep",
"Type": "NONE",
"Attachments": [],
"Uri": "/Advertisers/<AccountSID>/Campaigns/1000/Notes/123456.json"
}