customerFinancialDetail resource type
Represents a customer financial detail 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 customerFinancialDetail | customerFinancialDetail | Gets a customer financial detail object. |
Navigation
Navigation | Return Type | Description |
---|---|---|
customer | customer | Gets the customer of the customerFinancialDetail. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the customer financial detail. Non-editable. |
number | string | Specifies the number of the customer financial detail. |
balance | decimal | Specifies customer financial detail's total balance. |
totalSalesExcludingTax | decimal | Total sales exluding tax. |
overdueAmount | decimal | Overdue amount for the customer financial detail. |
lastModifiedDateTime | datetime | The last datetime the customer financial detail was modified. Read-Only. |
JSON representation
Here is a JSON representation of the customerFinancialDetail resource.
{
"id": "GUID",
"number": "string",
"balance": "decimal",
"totalSalesExcludingTax": "decimal",
"overdueAmount": "decimal",
"lastModifiedDateTime": "datetime"
}