InvoiceAddressModel
Less than to read
Represents a single address for an invoice
Methods
The following API methods use this data model.
- Retrieve Invoice Address
- Update Invoice Address
- Create Invoice Address
- Query Invoice Addresses
Read-Only Fields
These fields are assigned by the API server and cannot be changed.
created
date-time, read-only
The date on which this address record was created.
createdUserId
uuid, read-only
The ID number of the user who created this address.
modified
date-time, read-only
The date on which this address record was last modified.
modifiedUserId
uuid, read-only
The ID number of the user who most recently modified this address.
appEnrollmentId
uuid, nullable, read-only
The AppEnrollmentId of the application that imported this record. For accounts with more than one financial system connected, this field identifies the originating financial system that produced this record. This value is null if this record was not loaded from an external ERP or financial system.
Required Fields
invoiceAddressId
The unique ID of this record, automatically assigned by Sage Networkv when this record is added to the Sage Network.
groupKey
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.
invoiceId
The ID number of the invoice this address belongs to
Optional Fields
line1
string, nullable, 0-100 characters
The first line of the address.
line2
string, nullable, 0-100 characters
The second line of the address.
line3
string, nullable, 0-100 characters
The third line of the address.
city
string, nullable, 0-100 characters
The name of the city for this address.
region
string, nullable, 0-100 characters
The state or region part of this address.
postalCode
string, nullable, 0-100 characters
The postal code for this address.
country
string, nullable, 0-100 characters
The country for this address.
latitude
float, nullable
The latitude of this address, if available.
longitude
float, nullable
The longitude of this address, if available.