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 customer sales 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 customerSales | CustomerSales | Get a customer sales object | 
Properties
| Property | Type | Description | 
|---|---|---|
| customerId | GUID | Represents the customer ID. | 
| customerNumber | string | Represents the customer number. | 
| name | string | Represents the name of the customer. | 
| totalSalesAmount | numeric | Represents the customer sales. | 
| dateFilter_FilterOnly | date | Represents the date filter for the customer sales. | 
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
    "customerId": "GUID",
    "customerNumber": "string",
    "name": "string",
    "totalSalesAmount": "decimal",
    "dateFilter_FilterOnly": "date"
}