Skip to content
Developerhome
Sage Network API

AccountingProfileContactModel

  Less than to read

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.

uuid, read-only

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

groupKey

uuid, read-only

The GroupKey uniquely identifies a single Sage Network 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.