Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
Represents an agedAccountsReceivable object in Business Central, which is showing the aging of a customer account.
Note
For information about enabling APIs for Business Central, see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET agedAccountsReceivable | agedAccountsReceivable | Get agedAccountsReceivable object |
Properties
Property | Type | Description |
---|---|---|
customerId | GUID | The unique ID of customer. |
customerNumber | string | Specifies customer's number. |
name | string | Specifies customer's name. |
currencyCode | string | Specifies the currency. |
before | numeric | Specifies balance before first aging period. |
period1 | numeric | Specifies balance in the first aging period. |
period2 | numeric | Specifies balance in the second aging period. |
period3 | numeric | Specifies balance in the third aging period. |
after | numeric | Specifies balance after third aging period. |
balance | numeric | Specifies customer's total balance. |
periodStartDateFilter | date | Specifies period start date used to calculate aging periods. |
periodLengthFilter | string | Specifies the length of the periods. |
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
"customerId": "GUID",
"customerNumber": "string",
"name": "string",
"currencyCode": "string",
"before": "decimal",
"period1": "decimal",
"period2": "decimal",
"period3": "decimal",
"after": "decimal",
"balance": "decimal",
"periodStartDateFilter": "date",
"periodLengthFilter": "string"
}