Method: LockstepSdk::AccountingProfileRequest#notes

Defined in:
lib/lockstep_sdk/models/accounting_profile_request.rb

#notesNoteModel

Returns A collection of notes linked to this record. To retrieve this collection, specify ‘Notes` in the `include` parameter when retrieving data. To create a note, use the [Create Note](developer.lockstep.io/reference/post_api-v1-notes) endpoint with the `TableKey` to `AccountingProfile` and the `ObjectKey` set to the `AccountingProfileId` for this record. For more information on extensibility, see [linking extensible metadata to objects](developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).

Returns:



129
130
131
# File 'lib/lockstep_sdk/models/accounting_profile_request.rb', line 129

def notes
  @notes
end