Represents a customer sale 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 customerSale | customerSale | Gets a customer sale object. |
Properties
| Property | Type | Description |
|---|---|---|
| customerId | GUID | The unique ID of customer. |
| customerNumber | string | The customer's number. |
| name | string | Represents the customer sale's name. |
| totalSalesAmount | decimal | Represents the customer sales. |
| dateFilter_FilterOnly | date | Represents the date filter for the customer sale. |
JSON representation
Here's a JSON representation of the customerSale resource.
{
"customerId": "GUID",
"customerNumber": "string",
"name": "string",
"totalSalesAmount": "decimal",
"dateFilter_FilterOnly": "date"
}