Get vendorPurchases
Retrieve the properties and relationships of a vendorPurchase object for Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline.
GET businesscentralPrefix/companies({id})/vendorPurchases({vendorId}, '{vendorNo}', '{vendorName}')
Request headers
Header | Value |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and an vendorPurchases object in the response body.
Example
Request
Here is an example of the request.
GET https://{businesscentralPrefix}/api/v2.0/companies({id})/vendorPurchases({vendorId}, '{vendorNo}', '{vendorName}')
Response
Here is an example of the response.
{
"vendorId": "f7a5738a-44e3-ea11-bb43-000d3a2feca1",
"vendorNumber": "10000",
"name": "Fabrikam, Inc.",
"totalPurchaseAmount": "32.0",
"dateFilter_FilterOnly": "2020-08-21"
}