Customer

Represents a customer entity in Dynamics 365 Business Central. Customers are the parties to whom the company sells goods or services. Each customer record contains contact information, financial settings, and trading terms.

Business ManagementDynamics NAVERPFinanceInventoryMicrosoftNavision

Properties

Name Type Description
@odata.etag string ETag for optimistic concurrency control
id string The unique identifier (GUID) of the customer record
number string The customer number, a unique business identifier assigned automatically or manually
displayName string The display name of the customer (individual or company name)
type string Specifies whether the customer is an individual person or a company
addressLine1 string The first line of the customer's street address
addressLine2 string The second line of the customer's street address
city string The city of the customer's address
state string The state or province code of the customer's address
country string The country/region code of the customer's address
postalCode string The postal or ZIP code of the customer's address
phoneNumber string The customer's primary phone number
email string The customer's email address
website string The customer's website URL
salespersonCode string The code of the salesperson assigned to this customer
balanceDue number The total balance due from the customer (read-only, computed)
creditLimit number The maximum credit amount allowed for the customer
taxLiable boolean Indicates whether the customer is liable for sales tax
taxAreaId string The unique identifier of the tax area assigned to the customer
taxAreaDisplayName string The display name of the tax area (read-only)
taxRegistrationNumber string The customer's tax registration number (VAT number or similar)
currencyId string The unique identifier of the currency used for this customer
currencyCode string The currency code (e.g., USD, EUR) used for transactions with this customer
paymentTermsId string The unique identifier of the payment terms assigned to the customer
shipmentMethodId string The unique identifier of the shipment method
paymentMethodId string The unique identifier of the payment method
blocked string Specifies which transactions are blocked for the customer: blank (none), Ship, Invoice, or All
lastModifiedDateTime string The date and time the customer record was last modified (read-only)
View JSON Schema on GitHub