customerFinancialDetails resource type (v1.0)
NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
Represents an customerFinancialDetails object in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET customerFinancialDetails | accounts | Get customerFinancialDetails object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | Id of the customerFinancialDetails. |
number | string | Reference to the customer number. |
balance | decimal,read-only | Balance for the customer. |
totalSalesExcludingTax | decimal, read-only | Total sales exluding tax. |
overdueAmount | decimal, read-only | Overdue amount for the customer. |
lastModifiedDateTime | datetime | The last datetime the entity was modified. |
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
"id": "GUID",
"number": "string",
"balance": "decimal",
"totalSalesExcludingTax": "decimal",
"overdueAmount": "decimal"
}