AccountingProfileContactModel

An Accounting Profile Contact has a link to a Contact that is associated with your company's
Accounting Profile. These Contacts are secondary contacts to the primary that is on the profile.

Methods

The following API methods use this data model.

Read-Only Fields

These fields are assigned by the API server and cannot be changed.

accountingProfileContactId

uuid, read-only

The unique ID of this record, automatically assigned by Lockstep when this record is
added to the Lockstep platform.

groupKey

uuid, read-only

The GroupKey uniquely identifies a single Lockstep Platform account. All records for this
account will share the same GroupKey value. GroupKey values cannot be changed once created.

For more information, see Accounts and GroupKeys.

created

date-time, read-only

The date on which this record was created.

createdUserId

uuid, read-only

The ID of the user who created this contact.

modified

date-time, read-only

The date on which this record was last modified.

modifiedUserId

uuid, read-only

The ID of the user who last modified this contact.

Required Fields

accountingProfileId

uuid

The ID of the profile this contact is belongs to.

contactId

uuid

The ID of the contact that is linked to this profile.

isPrimary

boolean

Determines whether the contact is primary or secondary.