Method: LockstepSdk::AccountingProfileRequest#attachments

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

#attachmentsAttachmentModel

Returns A collection of attachments linked to this record. To retrieve this collection, specify ‘Attachments` in the `include` parameter when retrieving data. To create an attachment, use the [Upload Attachment](developer.lockstep.io/reference/post_api-v1-attachments) 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:



133
134
135
# File 'lib/lockstep_sdk/models/accounting_profile_request.rb', line 133

def attachments
  @attachments
end