---
title: "Store Wise POS Vs Off-Premise Details"
method: GET
path: "/finance-manager/financial/pos-vs-off-premise-details"
tags: ["Financial Reconciliation API"]
---

# Store Wise POS Vs Off-Premise Details

`GET /finance-manager/financial/pos-vs-off-premise-details`

# GET /finance-manager/financial/pos-vs-off-premise-details

This endpoint retrieves the details of point of sale (POS) versus off-premise financial data for a specific client.

## Request

- Method: GET
    
- Base URL: {{base-url}}
    
- Path: /finance-manager/financial/pos-vs-off-premise-details
    
- Query Parameters:
    
    - clientId (string, required): The unique identifier of the client.
        

### Request Body

- Type: Raw
    
- { "startDate": "2025-02-23", "endDate": "2025-03-26", "listingIds": \["P5441"\], "channel": \["DOORDASH"\], "payoutDates": \[\] }
    

## Response

- Status: 200
    
- Content-Type: application/json
    
- { "status": true, "statusCode": 0, "message": "", "result": { "up_sell": true, "pos": { "name": "", "color": "", "icon": "" }, "is_incomplete": true, "first_date": "", "last_updated": "", "is_pos_available": true, "first_date_off_premise": "", "last_date_off_premise": "", "is_off_premise_available": true, "storeWise": \[ { "storeId": "", "orderDiff": { "offPremise": 0, "pos": 0, "missedOffPremise": 0, "missedPos": 0, "totalMissedOrders": 0 }, "subTotalDiff": { "pos": 0, "offPremise": 0, "diffOffPremise": 0, "diffPos": 0, "totalDiff": 0 }, "statusDifference": { "totalDiff": 0 }, "revenueToClaimBack": 0 } \] }, "error": null }

## Query parameters

- `clientId` string

## Headers

- `access-token` string

## Request body

- object
  - `channel` string[]
  - `endDate` string
  - `listingIds` string[]
  - `payoutDates` unknown[]
    - unknown
  - `startDate` string

## Response `200`

---

[API](https://skmtc.net/voosh/apis/voosh-api-documentation.md) · [All operations](https://skmtc.net/voosh/apis/voosh-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voosh/voosh-api-documentation/revisions/d53ba6056960/schema)
