Method: LockstepSdk::ContactModel#attachments
- Defined in:
- lib/lockstep_sdk/models/contact_model.rb
#attachments ⇒ AttachmentModel
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 `Contact` and the `ObjectKey` set to the `ContactId` 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).
171 172 173 |
# File 'lib/lockstep_sdk/models/contact_model.rb', line 171 def end |