customerSales resource type
Represents an customer sales in Dynamics 365 Business Central.
Note
For information about enabling APIs for Dynamics NAV 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"
}
See also
Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Customer Sales