NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
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 vendorPurchases | vendorPurchases | Gets a vendor purchase object. |
Properties
| Property | Type | Description |
|---|---|---|
| vendorId | GUID | Represents the vendor ID. |
| vendorNumber | string | Represents the vendor number. |
| name | string | Represents the name of the vendor . |
| totalPurchaseAmount | numeric | Represents the vendor purchases. |
| dateFilter_FilterOnly | date | Represents the date filter for the vendor purchases. |
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
"vendorId": "GUID",
"vendorNumber": "string",
"name": "string",
"totalPurchaseAmount": "decimal",
"dateFilter_FilterOnly": "date"
}