This is a html view of the json schema please take the json schema as reference DOWNLOAD THE JSON SCHEMA

note

Type: object

This is object used to describe the notes or annotations records for azure blob data migration

Type: string

Unique identifier of the note.

Must be at most 50 characters long


Example:

"1234567"

Type: string

Subject associated with the note.

Must be at most 500 characters long


Example:

"Client has started on a new project."

Type: string

Text of the note.

Must be at most 1073741823 characters long

Type: string

Enter the email address of the user who created the note.

Type: stringFormat: date-time

Date and time when the note was created.


Examples:

"2021-10-12T08:30:22.804Z"
"2018-11-13T20:20:39+02:00"

Type: enum (of string)

Enter the record type that the activity relates to.

Must be one of:

  • "ACCOUNT"
  • "CONTACT"
  • "INCIDENT"
  • "LEAD"
  • "OPPORTUNITY"
  • "QUOTE"
  • "SALESORDER"
  • "PROSPECT"
  • "PROJECT"

Example:

"ACCOUNT"

Type: string

Enter the record id that the activity relates to.

Must be at most 50 characters long


Example:

"123245678"

Default: [false]

Specifies whether the note is an attachment.

Type: const

Yes

Specific value: true
Type: const

No

Specific value: false

Example:

false

Type: string

Contents of the note's attachment.

Must be at most 1073741823 characters long

Type: string

File name of the note.

Must be at most 255 characters long

Type: string

File pointer of the note.

Must be at most 255 characters long

Type: number

File size of the note.

Value must be greater or equal to 0 and lesser or equal to 1000000000

Type: string

MIME type of the note's attachment.

Must be at most 256 characters long

Type: string

Enter the email address of the user who is assigned to manage the record.

Must be at most 254 characters long