Bulk Wine Reconciliation
Bulk Wine Reconciliation API details
GET
https://<domain>.vinoez.com/api/bulk-wine-reconciliation-data?for_reporting=1
Pulls all Bulk Wine Reconciliation records using JWT (JSON Web Token) Authentication. (Please see the "Authentication" section for instructions on how to receive a JWT)
At this endpoint, the user will be required to provide their credentials in the Header as Authorization: Bearer <JWT_Token_Retrieved_From_API_Login_Endpoint_Here>
along with a header key of vinoapp
with a value of mobile
.
Query Parameters
Name | Type | Description |
---|---|---|
for_reporting* | Integer | Required to receive the properly structured data as outlined in the 200 Response. This should always be set to |
Headers
Name | Type | Description |
---|---|---|
vinoapp* | String | mobile |
Authorization* | String | Bearer {{token}} |
Last updated