Represents a vendor purchase 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 vendorPurchase | vendorPurchase | Gets a vendor purchase object. |
Properties
| Property | Type | Description |
|---|---|---|
| vendorId | GUID | The unique ID of vendor. |
| vendorNumber | string | Specifies vendor's number. |
| name | string | Represents the vendor purchase's name. |
| totalPurchaseAmount | decimal | Represents the vendor purchases. |
| dateFilter_FilterOnly | date | Represents the date filter for the vendor purchase. |
JSON representation
Here's a JSON representation of the vendorPurchase resource.
{
"vendorId": "GUID",
"vendorNumber": "string",
"name": "string",
"totalPurchaseAmount": "decimal",
"dateFilter_FilterOnly": "date"
}