> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://open-api-docs.dice.tech/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://open-api-docs.dice.tech/_mcp/server.

# Fetch Invoices API

GET https://heimdall.eka.io/apis/external/invoice/getInvoices

### Fetch Invoices API

This API is use to get all Invoices existing in Dice.

| **Params**  | **Required** | **Description**                                                                                                                                                             |
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| start\_date | Mandatory    | Date filter, from which date the Invoices needs to be fetched.    Format - **dd-MM-yyyy**                                                                                   |
| end\_date   | Mandatory    | Date filter, till which date the Invoices need to be fetched.    Format - **dd-MM-yyyy**                                                                                    |
| offset      | Mandatory    | Page Number                                                                                                                                                                 |
| pageSize    | Optional     | Number of Invoices to be fetched in a single page. Value cannot be greater than 5000.    If not provided along with the request then default value will be 1000 considered. |
| status      | Optional     | Status of Invoice.  filter - settlement\_pending / settled / completed                                                                                                      |

Reference: https://open-api-docs.dice.tech/dice-standardized-ap-is-v-2-copy/invoice/fetch-invoices-api

## Servers

- `https://heimdall.eka.io` (https://heimdall.eka.io, default)
- `https://heimdall.eka.ioapis` (https://heimdall.eka.ioapis)

## Request

### Query parameters

- `start_date` (string, optional) — Date should be in dd-MM-yyyy format and it runs on CreatedAt
- `end_date` (string, optional) — Date should be in dd-MM-yyyy format and it runs on CreatedAt
- `offset` (integer, optional) — Offset starts from 0 (Page Number), values can be 0, 1, 2
- `pageSize` (integer, optional) — optinal parameter, default is 1000

### Headers

- `DICE-APP-ID` (string, optional) — Company Code of client
- `X-CLIENT-ID` (string, optional) — API Client ID
- `X-CLIENT-SECRET` (string, optional) — API Client Secret
- `status` (string, optional) — Status of Invoice

## Response

### 200

OK

- `invoices` (list of object, required)
  - `id` (integer, required)
  - `invoiceId` (string, required)
  - `billDate` (string, required)
  - `billNo` (string, required)
  - `createdAt` (string, required)
  - `category` (string, required)
  - `service` (string, required)
  - `billTo` (object, required)
    - `id` (integer, required)
    - `name` (string, required)
    - `tags` (object, required)
      - `entity` (string, required)
  - `shipTo` (object, required)
    - `id` (integer, required)
    - `name` (string, required)
    - `tags` (object, required)
      - `entity` (string, required)
  - `vendor` (object, required)
    - `id` (integer, required)
    - `title` (string, required)
    - `tradeName` (string, required)
    - `currency` (string, required)
    - `email` (string, required)
    - `mobile` (string, required)
    - `bank` (object, required)
      - `ifsc` (string, required)
      - `account` (string, required)
      - `name` (string, required)
      - `email` (string, required)
      - `accountId` (string, required)
      - `bankName` (string, required)
      - `valid` (boolean, required)
    - `pan` (string, required)
    - `vendorId` (string, required)
    - `address` (object, required)
      - `id` (string, required)
      - `title` (string, required)
      - `address` (string, required)
      - `city` (string, required)
      - `state` (string, required)
      - `country` (string, required)
      - `pincode` (string, required)
      - `gstin` (string, required)
      - `gstinValid` (boolean, required)
      - `businessAddress` (boolean, required)
      - `attrs` (object, required)
      - `locationId` (string, required)
      - `filterKey` (string, required)
  - `raiser` (object, required)
    - `id` (integer, required)
    - `code` (string, required)
    - `name` (string, required)
  - `currency` (string, required)
  - `amount` (double, required)
  - `currencyAmount` (double, required)
  - `taxInfo` (object, required)
    - `render` (string, required)
    - `currency` (string, required)
    - `gst` (double, required)
    - `vendorGstin` (string, required)
    - `igst` (integer, required)
    - `utgst` (integer, required)
    - `sgst` (double, required)
    - `discount` (integer, required)
    - `discountAmount` (integer, required)
    - `cgst` (double, required)
    - `taxId` (integer, required)
    - `tds` (integer, required)
    - `tdsSlab` (integer, required)
    - `cessAmount` (integer, required)
    - `baseAmount` (integer, required)
    - `grossAmount` (integer, required)
    - `roundOff` (integer, required)
    - `total` (double, required)
    - `paidAmount` (double, required)
  - `poData` (object, required)
    - `id` (integer, required)
    - `poNo` (string, required)
    - `title` (string, required)
    - `date` (string, required)
    - `endDate` (string, required)
  - `duplicate` (boolean, required)
  - `attrs` (object, required)
    - `sgst` (string, required)
    - `approval.details` (string, required)
    - `ownerType` (string, required)
    - `tds` (string, required)
    - `currency_amount` (string, required)
    - `gst` (string, required)
    - `office` (string, required)
    - `type` (string, required)
    - `ownerId` (string, required)
    - `igst` (string, required)
    - `workflow.current` (string, required)
    - `total` (string, required)
    - `payable` (string, required)
    - `order_amount` (string, required)
    - `contract.ownerType` (string, required)
    - `currency` (string, required)
    - `workflow.start` (string, required)
    - `order` (string, required)
    - `amount` (string, required)
    - `address` (string, required)
    - `tax` (string, required)
    - `cgst` (string, required)
    - `ocr.mismatch` (string, required)
    - `order_date` (string, required)
    - `stage` (string, required)
    - `service` (string, required)
    - `approval.title` (string, required)
    - `days` (string, required)
    - `approval.description` (string, required)
    - `invoice` (string, required)
    - `base` (string, required)
    - `po.ownerType` (string, required)
  - `duplicates` (list of string, required)
  - `items` (list of object, required)
    - `referenceId` (integer, required)
    - `productId` (integer, required)
    - `name` (string, required)
    - `price` (integer, required)
    - `qtty` (integer, required)
    - `taxSlab` (integer, required)
    - `tax` (double, required)
    - `base` (integer, required)
    - `hsn` (string, required)
    - `unit` (string, required)
    - `tds` (boolean, required)
    - `isTds` (boolean, required)
    - `discount` (integer, required)
    - `service` (string, required)
    - `currency` (string, required)
    - `cessAmount` (integer, required)
    - `cessPercent` (integer, required)
    - `amount` (double, required)
    - `grossBase` (integer, required)
    - `grnQty` (integer, required)
    - `debitQty` (integer, required)
    - `gstNonCreditable` (boolean, required)
    - `data` (list of any, required)
    - `attrs` (object, required)
    - `costAllocations` (list of any, required)
  - `files` (list of any, required)
  - `predictedAmount` (integer, required)
  - `costAllocationDone` (boolean, required)
  - `advancePaid` (integer, required)
  - `advanceTdsPaid` (integer, required)
  - `creditNote` (boolean, required)
  - `creditNoteBase` (integer, required)
  - `creditNoteTax` (integer, required)
  - `creditNoteTds` (integer, required)
  - `creditNoteTotal` (integer, required)
- `total` (integer, required)
- `currentPage` (integer, required)
- `totalPages` (integer, required)

## Examples

**Response**

```json
{
  "invoices": [
    {
      "id": 291165,
      "invoiceId": "VI-INDIAN-000000392",
      "billDate": "18-05-2023",
      "billNo": "fds",
      "createdAt": "18-05-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 4414,
        "name": "Gurgaon Hike",
        "tags": {
          "entity": "test"
        }
      },
      "shipTo": {
        "id": 4414,
        "name": "Gurgaon Hike",
        "tags": {
          "entity": "test"
        }
      },
      "vendor": {
        "id": 231492,
        "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "tradeName": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "currency": "INR",
        "email": "karan@antrepriz.com",
        "mobile": "8871636718",
        "bank": {
          "ifsc": "ifsc code",
          "account": "8871636718",
          "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "email": "karan@antrepriz.com",
          "accountId": "b662e746-b0d0-4c5e-b31b-19fc152db873",
          "bankName": "icici bank",
          "valid": false
        },
        "pan": "AAZCS7239P",
        "vendorId": "test",
        "address": {
          "id": "d2565266-64da-4aa3-9a84-10f7de023e8c",
          "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "address": "209/1B/1A ",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411020",
          "gstin": "27AAZCS7239P1Z1",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 700.7,
      "currencyAmount": 700.7,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 63.7,
        "vendorGstin": "27AAZCS7239P1Z1",
        "igst": 0,
        "utgst": 0,
        "sgst": 31.85,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 31.85,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 637,
        "grossAmount": 637,
        "roundOff": 0,
        "total": 700.7,
        "paidAmount": 700.7
      },
      "poData": {
        "id": 28488,
        "poNo": "PO-INDIAN-00152",
        "title": "fdsfds",
        "date": "18-05-2023",
        "endDate": "26-05-2023"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "31.85",
        "approval.details": "Invoice of INR 700.70 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "700",
        "gst": "63.7",
        "office": "4414",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686128934135",
        "total": "700.7",
        "payable": "700.7",
        "order_amount": "700.70",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686128934128",
        "order": "PO-INDIAN-00152",
        "amount": "700",
        "address": "4414",
        "tax": "63.7",
        "cgst": "31.85",
        "ocr.mismatch": "false",
        "order_date": "1684400422668",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 700.70",
        "days": "1",
        "approval.description": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "invoice": "fds",
        "base": "637.0",
        "po.ownerType": "EMPLOYEE"
      },
      "duplicates": [
        "VI-INDIAN-000000391",
        "VI-INDIAN-000000392"
      ],
      "items": [
        {
          "referenceId": 87018,
          "productId": 37221,
          "name": "test009",
          "price": 13,
          "qtty": 49,
          "taxSlab": 10,
          "tax": 63.7,
          "base": 637,
          "hsn": "435",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 700.7,
          "grossBase": 0,
          "grnQty": 49,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0
    },
    {
      "id": 297259,
      "invoiceId": "VI-INDIAN-000000401",
      "billDate": "31-05-2023",
      "billNo": "1234321",
      "createdAt": "01-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 36506,
        "name": "YASH Technologies",
        "tags": {
          "entity": "string"
        },
        "gstin": "2233445566",
        "registeredName": "Yash Technologies pvt ltd"
      },
      "shipTo": {
        "id": 36506,
        "name": "YASH Technologies",
        "tags": {
          "entity": "string"
        },
        "gstin": "2233445566",
        "registeredName": "Yash Technologies pvt ltd"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 750.6,
      "currencyAmount": 750.6,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 13.6416,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 6.8208,
        "discount": 0,
        "discountAmount": 1,
        "cgst": 6.8208,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 752,
        "grossAmount": 1,
        "roundOff": 0,
        "total": 750.6016,
        "paidAmount": 750.6016
      },
      "poData": {
        "id": 29254,
        "poNo": "PO-INDIAN-00163",
        "title": "abcd",
        "date": "31-05-2023",
        "endDate": "02-06-2023"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "6.8208",
        "approval.details": "Invoice of INR 750.60 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "750",
        "gst": "13.6416",
        "office": "36506",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1685599525581",
        "total": "750.6016",
        "payable": "750.6016",
        "order_amount": "765.92",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1685599525572",
        "order": "PO-INDIAN-00163",
        "amount": "750",
        "address": "36506",
        "tax": "13.6416",
        "cgst": "6.8208",
        "ocr.mismatch": "false",
        "order_date": "1685515930781",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 750.60",
        "days": "2",
        "approval.description": "Yash Enterprise",
        "invoice": "1234321",
        "base": "752.0",
        "po.ownerType": "EMPLOYEE"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 89303,
          "productId": 37472,
          "name": "HDMI Cable",
          "price": 232,
          "qtty": 2,
          "taxSlab": 3,
          "tax": 13.6416,
          "base": 464,
          "hsn": "HDMI Cable",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 2,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 468.3616,
          "grossBase": 0,
          "grnQty": 2,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 89304,
          "productId": 37474,
          "name": "Speaker Cable",
          "price": 33,
          "qtty": 2,
          "taxSlab": 0,
          "tax": 0,
          "base": 66,
          "hsn": "SC",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 2,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 64.68,
          "grossBase": 0,
          "grnQty": 2,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 89305,
          "productId": 37473,
          "name": "Storage",
          "price": 222,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 222,
          "hsn": "Storage",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 2,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 217.56,
          "grossBase": 0,
          "grnQty": 1,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "03-06-2023"
    },
    {
      "id": 297677,
      "invoiceId": "VI-INDIAN-000000402",
      "billDate": "01-06-2023",
      "billNo": "232",
      "createdAt": "01-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 13200,
      "currencyAmount": 13200,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 13200,
        "grossAmount": 13200,
        "roundOff": 0,
        "total": 13200,
        "paidAmount": 13200
      },
      "poData": {
        "id": 29358,
        "poNo": "PO-INDIAN-00168",
        "title": "pod",
        "date": "01-06-2023",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 13200.00 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "13200",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "0.0",
        "workflow.current": "1685618819770",
        "total": "13200.0",
        "payable": "13200.0",
        "order_amount": "13200.00",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1685618819762",
        "order": "PO-INDIAN-00168",
        "amount": "13200",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "1685611724416",
        "stage": "manager",
        "service": "karan",
        "approval.title": "karan invoice for INR 13200.00",
        "days": "1",
        "approval.description": "Yash Enterprise",
        "invoice": "232",
        "base": "13200.0",
        "po.ownerType": "EMPLOYEE",
        "vendor-grn": "fds"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 89658,
          "productId": 37468,
          "name": "Macbook",
          "price": 5000,
          "qtty": 2,
          "taxSlab": 0,
          "tax": 0,
          "base": 10000,
          "hsn": "hiosp",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 10000,
          "grossBase": 0,
          "grnQty": 2,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 89659,
          "productId": 37470,
          "name": "Keyboard",
          "price": 400,
          "qtty": 2,
          "taxSlab": 0,
          "tax": 0,
          "base": 800,
          "hsn": "KBD",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 800,
          "grossBase": 0,
          "grnQty": 2,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 89660,
          "productId": 37469,
          "name": "Mouse",
          "price": 800,
          "qtty": 3,
          "taxSlab": 0,
          "tax": 0,
          "base": 2400,
          "hsn": "MSN",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 2400,
          "grossBase": 0,
          "grnQty": 3,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0
    },
    {
      "id": 297678,
      "invoiceId": "VI-INDIAN-000000403",
      "billDate": "01-06-2023",
      "billNo": "fds",
      "createdAt": "01-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 0,
      "currencyAmount": 0,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 0,
        "grossAmount": 0,
        "roundOff": 0,
        "total": 0,
        "paidAmount": 0
      },
      "poData": {
        "id": 29358,
        "poNo": "PO-INDIAN-00168",
        "title": "pod",
        "date": "01-06-2023",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 0.00 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "0",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "0.0",
        "workflow.current": "1686129752483",
        "total": "0.0",
        "payable": "0.0",
        "order_amount": "13200.00",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686129752470",
        "order": "PO-INDIAN-00168",
        "amount": "0",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "1685611724416",
        "stage": "manager",
        "service": "karan",
        "approval.title": "karan invoice for INR 0.00",
        "days": "1",
        "approval.description": "Yash Enterprise",
        "invoice": "fds",
        "base": "0.0",
        "po.ownerType": "EMPLOYEE",
        "holdBy": "testuser3@antrepriz.com",
        "holdOn": "1686137869122",
        "holdRemarks": "test hold",
        "unHoldBy": "testuser3@antrepriz.com",
        "unHoldOn": "1686137856929"
      },
      "duplicates": [
        "VI-INDIAN-000000403",
        "VI-INDIAN-000000404"
      ],
      "items": [
        {
          "referenceId": 89658,
          "productId": 37468,
          "name": "Macbook",
          "price": 5000,
          "qtty": 0,
          "taxSlab": 0,
          "tax": 0,
          "base": 0,
          "hsn": "hiosp",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 0,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 89659,
          "productId": 37470,
          "name": "Keyboard",
          "price": 400,
          "qtty": 0,
          "taxSlab": 0,
          "tax": 0,
          "base": 0,
          "hsn": "KBD",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 0,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 89660,
          "productId": 37469,
          "name": "Mouse",
          "price": 800,
          "qtty": 0,
          "taxSlab": 0,
          "tax": 0,
          "base": 0,
          "hsn": "MSN",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 0,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0
    },
    {
      "id": 297682,
      "invoiceId": "VI-INDIAN-000000404",
      "billDate": "01-06-2023",
      "billNo": "fds",
      "createdAt": "01-06-2023",
      "category": "test",
      "service": "test",
      "billTo": {
        "id": 30512,
        "name": "Dice Original Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "27AAZCS7239P1Z1",
        "registeredName": "27AAZCS7239P1Z1"
      },
      "shipTo": {
        "id": 30512,
        "name": "Dice Original Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "27AAZCS7239P1Z1",
        "registeredName": "27AAZCS7239P1Z1"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 18809.4,
      "currencyAmount": 18809.4,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 1373.4,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 686.7,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 686.7,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 17436,
        "grossAmount": 17436,
        "roundOff": 0,
        "total": 18809.4,
        "paidAmount": 18809.4
      },
      "poData": {
        "id": 29356,
        "poNo": "PO-INDIAN-00167",
        "title": "amgcd",
        "date": "01-06-2023",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "686.7",
        "approval.details": "Invoice of INR 18809.40 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "18809",
        "gst": "1373.4",
        "office": "30512",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "0.0",
        "workflow.current": "1685618957185",
        "total": "18809.4",
        "payable": "18809.4",
        "order_amount": "18809.40",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1685618957182",
        "order": "PO-INDIAN-00167",
        "amount": "18809",
        "address": "30512",
        "tax": "1373.4",
        "cgst": "686.7",
        "ocr.mismatch": "false",
        "order_date": "1685610540739",
        "stage": "test",
        "service": "test",
        "approval.title": "test invoice for INR 18809.40",
        "days": "1",
        "approval.description": "Yash Enterprise",
        "invoice": "fds",
        "base": "17436.0",
        "po.ownerType": "EMPLOYEE",
        "vendor-grn": "fds"
      },
      "duplicates": [
        "VI-INDIAN-000000403",
        "VI-INDIAN-000000404"
      ],
      "items": [
        {
          "referenceId": 89656,
          "productId": 29286,
          "name": "testt",
          "price": 1234,
          "qtty": 3,
          "taxSlab": 0,
          "tax": 0,
          "base": 3702,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 3702,
          "grossBase": 0,
          "grnQty": 3,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 89657,
          "productId": 37221,
          "name": "test009",
          "price": 4578,
          "qtty": 3,
          "taxSlab": 10,
          "tax": 1373.4,
          "base": 13734,
          "hsn": "435",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 15107.4,
          "grossBase": 0,
          "grnQty": 3,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0
    },
    {
      "id": 301650,
      "invoiceId": "VI-INDIAN-000000405",
      "billDate": "07-06-2023",
      "billNo": "12345678",
      "createdAt": "07-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 30512,
        "name": "Dice Original Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "27AAZCS7239P1Z1",
        "registeredName": "27AAZCS7239P1Z1"
      },
      "shipTo": {
        "id": 30512,
        "name": "Dice Original Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "27AAZCS7239P1Z1",
        "registeredName": "27AAZCS7239P1Z1"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 4520,
      "currencyAmount": 4520,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 500,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 5000,
        "grossAmount": 4500,
        "roundOff": 20,
        "total": 4520,
        "paidAmount": 4520
      },
      "poData": {
        "id": 29488,
        "poNo": "PO-INDIAN-00169",
        "title": "LATEST DRAFT",
        "date": "05-06-2023",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 4520.00 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "4520",
        "gst": "0.0",
        "office": "30512",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686127712020",
        "total": "4520.0",
        "payable": "4520.0",
        "order_amount": "5000.00",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686127712011",
        "order": "PO-INDIAN-00169",
        "amount": "4520",
        "address": "30512",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "1685953917591",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 4520.00",
        "days": "1",
        "approval.description": "Yash Enterprise",
        "invoice": "12345678",
        "base": "5000.0",
        "po.ownerType": "EMPLOYEE"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 90021,
          "productId": 37468,
          "name": "Macbook",
          "price": 1,
          "qtty": 5000,
          "taxSlab": 0,
          "tax": 0,
          "base": 5000,
          "hsn": "hiosp",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 10,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 4500,
          "grossBase": 0,
          "grnQty": 5000,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "08-06-2023"
    },
    {
      "id": 301665,
      "invoiceId": "VI-INDIAN-000000406",
      "billDate": "07-06-2023",
      "billNo": "23456",
      "createdAt": "07-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1350,
        "name": "Gurgaon",
        "tags": {
          "entity": "string"
        },
        "gstin": "27AAACU4322N1Z6",
        "registeredName": "Gurgoan"
      },
      "shipTo": {
        "id": 1350,
        "name": "Gurgaon",
        "tags": {
          "entity": "string"
        },
        "gstin": "27AAACU4322N1Z6",
        "registeredName": "Gurgoan"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 99,
      "currencyAmount": 99,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 0,
        "grossAmount": 0,
        "roundOff": 99,
        "total": 99,
        "paidAmount": 99
      },
      "poData": {
        "id": 29311,
        "poNo": "PO-INDIAN-00165",
        "title": "qwertyuiopoiuytre",
        "date": "31-05-2023",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 99.00 submitted.",
        "ownerType": "string",
        "tds": "0.0",
        "currency_amount": "string",
        "gst": "0.0",
        "office": "string",
        "type": "string",
        "ownerId": "string",
        "igst": "0.0",
        "workflow.current": "string",
        "total": "99.0",
        "payable": "99.0",
        "order_amount": "0.00",
        "contract.ownerType": "string",
        "currency": "string",
        "workflow.start": "string",
        "order": "PO-INDIAN-00165",
        "amount": "string",
        "address": "string",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "1685535367533",
        "stage": "string",
        "service": "string",
        "approval.title": "karan invoice for INR 99.00",
        "days": "1",
        "approval.description": "Yash Enterprise",
        "invoice": "23456",
        "base": "0.0",
        "po.ownerType": "string"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 89504,
          "productId": 37469,
          "name": "Mouse",
          "price": 1500,
          "qtty": 0,
          "taxSlab": 0,
          "tax": 0,
          "base": 0,
          "hsn": "MSN",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 1,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 0,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "21-10-2024"
    },
    {
      "id": 302315,
      "invoiceId": "VI-INDIAN-000000408",
      "billDate": "04-06-2023",
      "billNo": "1234",
      "createdAt": "08-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "shipTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 42000,
      "currencyAmount": 42000,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 2000,
        "vendorGstin": "",
        "igst": 2000,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 40000,
        "grossAmount": 40000,
        "roundOff": -2,
        "total": 42000,
        "paidAmount": 42000
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 42000.00 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "42000",
        "gst": "2000.0",
        "office": "74906",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "2000.0",
        "workflow.current": "1686209859324",
        "total": "42000.0",
        "payable": "42000.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686209859324",
        "order": "string",
        "amount": "42000",
        "address": "74906",
        "tax": "2000.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "manager",
        "service": "string",
        "approval.title": "karan invoice for INR 42000.00",
        "days": "5",
        "approval.description": "Yash Enterprise",
        "invoice": "1234",
        "base": "40000.0",
        "po.ownerType": "DEFAULT",
        "declinedId": "1020065",
        "declinedRemarks": "f",
        "declinedType": "Task"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 0,
          "productId": 0,
          "name": "Macbook",
          "price": 20000,
          "qtty": 2,
          "taxSlab": 5,
          "tax": 2000,
          "base": 40000,
          "hsn": "1232",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 42000,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [
            {
              "id": "test",
              "key": "test",
              "value": "test"
            }
          ],
          "attrs": {
            "test": "test"
          },
          "costAllocations": [],
          "serviceId": 5330
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "05-06-2023"
    },
    {
      "id": 302321,
      "invoiceId": "VI-INDIAN-000000409",
      "billDate": "01-06-2023",
      "billNo": "7890",
      "createdAt": "08-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "shipTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 277200,
      "currencyAmount": 277200,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 29700,
        "vendorGstin": "",
        "igst": 29700,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 2500,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 250000,
        "grossAmount": 247500,
        "roundOff": 0,
        "total": 277200,
        "paidAmount": 277200
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 277200.00 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "277200",
        "gst": "29700.0",
        "office": "74906",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "29700.0",
        "workflow.current": "1686210490373",
        "total": "277200.0",
        "payable": "277200.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686210490371",
        "order": "string",
        "amount": "277200",
        "address": "74906",
        "tax": "29700.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "approver",
        "service": "string",
        "approval.title": "karan invoice for INR 277200.00",
        "days": "8",
        "approval.description": "Yash Enterprise",
        "invoice": "7890",
        "base": "250000.0",
        "po.ownerType": "DEFAULT",
        "remarks": "ok"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 0,
          "productId": 0,
          "name": "Laptop",
          "price": 50000,
          "qtty": 5,
          "taxSlab": 12,
          "tax": 29700,
          "base": 250000,
          "hsn": "567",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 277200,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [
            {
              "id": "test",
              "key": "test",
              "value": "test"
            }
          ],
          "attrs": {
            "test": "test"
          },
          "costAllocations": [],
          "serviceId": 5330
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "03-06-2023"
    },
    {
      "id": 302329,
      "invoiceId": "VI-INDIAN-000000410",
      "billDate": "01-05-2023",
      "billNo": "5678",
      "createdAt": "08-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 10500,
      "currencyAmount": 10500,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 500,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 250,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 250,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 10000,
        "grossAmount": 10000,
        "roundOff": 0,
        "total": 10500,
        "paidAmount": 10500
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "250.0",
        "approval.details": "Invoice of INR 10500.00 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "10500",
        "gst": "500.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "0.0",
        "workflow.current": "1686210662452",
        "total": "10500.0",
        "payable": "10500.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686210662452",
        "order": "string",
        "amount": "10500",
        "address": "1346",
        "tax": "500.0",
        "cgst": "250.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "manager",
        "service": "string",
        "approval.title": "karan invoice for INR 10500.00",
        "days": "39",
        "approval.description": "Yash Enterprise",
        "invoice": "5678",
        "base": "10000.0",
        "po.ownerType": "DEFAULT"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 0,
          "productId": 0,
          "name": "Chair",
          "price": 1000,
          "qtty": 10,
          "taxSlab": 5,
          "tax": 500,
          "base": 10000,
          "hsn": "567",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 10500,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [
            {
              "id": "test",
              "key": "test",
              "value": "test"
            }
          ],
          "attrs": {
            "test": "test"
          },
          "costAllocations": [],
          "serviceId": 5330
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "11-05-2023"
    },
    {
      "id": 302389,
      "invoiceId": "VI-INDIAN-000000411",
      "billDate": "01-06-2023",
      "billNo": "sdfds",
      "createdAt": "08-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 4414,
        "name": "Gurgaon Hike",
        "tags": {
          "entity": "test"
        }
      },
      "shipTo": {
        "id": 4414,
        "name": "Gurgaon Hike",
        "tags": {
          "entity": "test"
        }
      },
      "vendor": {
        "id": 231492,
        "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "tradeName": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "currency": "INR",
        "email": "karan@antrepriz.com",
        "mobile": "8871636718",
        "bank": {
          "ifsc": "ifsc code",
          "account": "8871636718",
          "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "email": "karan@antrepriz.com",
          "accountId": "b662e746-b0d0-4c5e-b31b-19fc152db873",
          "bankName": "icici bank",
          "valid": false
        },
        "pan": "AAZCS7239P",
        "vendorId": "test",
        "address": {
          "id": "d2565266-64da-4aa3-9a84-10f7de023e8c",
          "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "address": "209/1B/1A ",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411020",
          "gstin": "27AAZCS7239P1Z1",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 62.71,
      "currencyAmount": 62.71,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 8.040524399999999,
        "vendorGstin": "27AAZCS7239P1Z1",
        "igst": 0,
        "utgst": 0,
        "sgst": 4.0202621999999995,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 4.0202621999999995,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1,
        "grossAmount": 1,
        "roundOff": 10,
        "total": 62.71010439999999,
        "paidAmount": 62.71010439999999
      },
      "poData": {
        "id": 28487,
        "poNo": "PO-INDIAN-00151",
        "title": "fds",
        "date": "18-05-2023",
        "endDate": "26-05-2023"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "4.0202621999999995",
        "approval.details": "Invoice of INR 62.71 submitted.",
        "ownerType": "string",
        "tds": "0.0",
        "currency_amount": "string",
        "gst": "8.040524399999999",
        "office": "string",
        "type": "string",
        "ownerId": "string",
        "igst": "0.0",
        "workflow.current": "string",
        "total": "62.71010439999999",
        "payable": "62.71010439999999",
        "order_amount": "49.80",
        "contract.ownerType": "string",
        "currency": "string",
        "workflow.start": "string",
        "order": "PO-INDIAN-00151",
        "amount": "string",
        "address": "string",
        "tax": "8.040524399999999",
        "cgst": "4.0202621999999995",
        "ocr.mismatch": "false",
        "order_date": "1684399543364",
        "stage": "string",
        "service": "string",
        "approval.title": "karan invoice for INR 62.71",
        "days": "8",
        "approval.description": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "invoice": "sdfds",
        "base": "44.669579999999996",
        "po.ownerType": "string"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 87016,
          "productId": 7,
          "name": "Updated",
          "price": 1,
          "qtty": 1,
          "taxSlab": 18,
          "tax": 5.772513599999999,
          "base": 1,
          "hsn": "HSN111",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "Direct",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 37.84203359999999,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        },
        {
          "referenceId": 87017,
          "productId": 5,
          "name": "Test Product",
          "price": 1,
          "qtty": 1,
          "taxSlab": 18,
          "tax": 2.2680108,
          "base": 1,
          "hsn": "HSN11111",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "Domestic LST",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 14.868070800000002,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0
    },
    {
      "id": 303108,
      "invoiceId": "VI-INDIAN-000000413",
      "billDate": "01-06-2023",
      "billNo": "123456",
      "createdAt": "09-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "shipTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 10500,
      "currencyAmount": 10500,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 500,
        "vendorGstin": "",
        "igst": 500,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 10000,
        "grossAmount": 10000,
        "roundOff": 0,
        "total": 10500,
        "paidAmount": 10500
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 10500.00 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "10500",
        "gst": "500.0",
        "office": "74906",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "500.0",
        "workflow.current": "1686291041433",
        "total": "10500.0",
        "payable": "10500.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686291041433",
        "order": "string",
        "amount": "10500",
        "address": "74906",
        "tax": "500.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "manager",
        "service": "string",
        "approval.title": "karan invoice for INR 10500.00",
        "days": "8",
        "approval.description": "Yash Enterprise",
        "invoice": "123456",
        "base": "10000.0",
        "po.ownerType": "DEFAULT"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 0,
          "productId": 0,
          "name": "Keyboard",
          "price": 1000,
          "qtty": 10,
          "taxSlab": 5,
          "tax": 500,
          "base": 10000,
          "hsn": "4563",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 10500,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [
            {
              "id": "test",
              "key": "test",
              "value": "test"
            }
          ],
          "attrs": {
            "test": "test"
          },
          "costAllocations": [],
          "serviceId": 5330
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "03-06-2023"
    },
    {
      "id": 303196,
      "invoiceId": "VI-INDIAN-000000414",
      "billDate": "08-06-2023",
      "billNo": "678978",
      "createdAt": "09-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "shipTo": {
        "id": 74906,
        "name": "Eka Office",
        "tags": {
          "entity": "string"
        },
        "gstin": "23AAAGA0003L1DH",
        "registeredName": "EKA Antrepriz"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 52473.75,
      "currencyAmount": 52473.75,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 2498.75,
        "vendorGstin": "",
        "igst": 1,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 49975,
        "grossAmount": 49975,
        "roundOff": 0,
        "total": 52473.75,
        "paidAmount": 52473.75
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 52473.75 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "52473",
        "gst": "2498.75",
        "office": "74906",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "2498.75",
        "workflow.current": "1686294155056",
        "total": "52473.75",
        "payable": "52473.75",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686294155056",
        "order": "string",
        "amount": "52473",
        "address": "74906",
        "tax": "2498.75",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "manager",
        "service": "string",
        "approval.title": "karan invoice for INR 52473.75",
        "days": "2",
        "approval.description": "Yash Enterprise",
        "invoice": "678978",
        "base": "49975.0",
        "po.ownerType": "DEFAULT"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 0,
          "productId": 0,
          "name": "TABLET",
          "price": 1999,
          "qtty": 25,
          "taxSlab": 5,
          "tax": 2498.75,
          "base": 49975,
          "hsn": "434W",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 52473.75,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [
            {
              "id": "test",
              "key": "test",
              "value": "TR"
            }
          ],
          "attrs": {
            "test": "TR"
          },
          "costAllocations": [],
          "serviceId": 5330
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "08-06-2023"
    },
    {
      "id": 303403,
      "invoiceId": "VI-INDIAN-000000415",
      "billDate": "06-06-2023",
      "billNo": "432",
      "createdAt": "09-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 5356,
        "name": "pune new office",
        "tags": {
          "entity": "string"
        },
        "gstin": "dsaljfds",
        "registeredName": "Eka office"
      },
      "shipTo": {
        "id": 5356,
        "name": "pune new office",
        "tags": {
          "entity": "string"
        },
        "gstin": "dsaljfds",
        "registeredName": "Eka office"
      },
      "vendor": {
        "id": 239645,
        "title": "Yash Enterprise",
        "tradeName": "undefined",
        "currency": "INR",
        "email": "yash.rahate@antrepriz.com",
        "mobile": "9307654431",
        "bank": {
          "ifsc": "MAHB0003",
          "account": "12345678901",
          "name": "Yash Enterprise",
          "email": "yash.rahate@antrepriz.com",
          "accountId": "eac5b18e-eacf-48ff-9846-645f8327a9f2",
          "bankName": "BOM",
          "valid": false
        },
        "pan": "EVSPR5588B",
        "vendorId": "123454321",
        "address": {
          "id": "28155d60-3f9a-4034-b023-1d44e8e52784",
          "title": "Yash Tech",
          "address": "Shivaji Nagar Pune",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411005",
          "gstin": "",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 17253,
        "code": "0001",
        "name": "karann kumar"
      },
      "currency": "INR",
      "amount": 1050,
      "currencyAmount": 1050,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 50,
        "vendorGstin": "",
        "igst": 0,
        "utgst": 0,
        "sgst": 25,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 25,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1000,
        "grossAmount": 1000,
        "roundOff": 0,
        "total": 1050,
        "paidAmount": 1050
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "25.0",
        "approval.details": "Invoice of INR 1050.00 submitted.",
        "ownerType": "EMPLOYEE",
        "tds": "0.0",
        "currency_amount": "1050",
        "gst": "50.0",
        "office": "5356",
        "type": "invoicing",
        "ownerId": "0001",
        "igst": "0.0",
        "workflow.current": "1686303166475",
        "total": "1050.0",
        "payable": "1050.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686303166475",
        "order": "string",
        "amount": "1050",
        "address": "5356",
        "tax": "50.0",
        "cgst": "25.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "manager",
        "service": "string",
        "approval.title": "karan invoice for INR 1050.00",
        "days": "4",
        "approval.description": "Yash Enterprise",
        "invoice": "432",
        "base": "1000.0",
        "po.ownerType": "DEFAULT"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 0,
          "productId": 0,
          "name": "na",
          "price": 100,
          "qtty": 10,
          "taxSlab": 5,
          "tax": 50,
          "base": 1000,
          "hsn": "23",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "karan",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1050,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [
            {
              "id": "test",
              "key": "test",
              "value": "ew"
            }
          ],
          "attrs": {
            "test": "ew"
          },
          "costAllocations": [],
          "serviceId": 5330
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "09-06-2023"
    },
    {
      "id": 304673,
      "invoiceId": "VI-INDIAN-000000416",
      "billDate": "12-06-2023",
      "billNo": "fds",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231896,
        "title": "YOU BROADBAND INDIA LIMITED",
        "tradeName": "YOU BROADBAND INDIA LIMITED",
        "currency": "INR",
        "email": "vibhuti.narayan@antrepriz.com",
        "mobile": "8298298299",
        "bank": {
          "ifsc": "ICIC0002505",
          "account": "250501508895",
          "name": "YOU BROADBAND INDIA LIMITED",
          "email": "vibhuti.narayan@antrepriz.com",
          "accountId": "fc0b30d5-2c21-4250-8c5f-800919e1d4dd",
          "bankName": "ICICI Bank",
          "valid": true,
          "branchName": "SECTOR 41"
        },
        "pan": "AABCB6062F",
        "vendorId": "CONTACT-INDIAN-0000028",
        "address": {
          "id": "22dd1a7f-1b78-40ea-949a-4a1d8afcf0ac",
          "title": "1 Birla Centurion, Century Mills Compound",
          "address": "1 Birla Centurion, Century Mills Compound",
          "city": "Adam Stores",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "400001",
          "gstin": "27AABCB6062F1ZW",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AABCB6062F1ZW",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 0.00 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686557188332",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "ADMIN",
        "currency": "INR",
        "workflow.start": "1686557188328",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 0.00",
        "days": "1",
        "approval.description": "YOU BROADBAND INDIA LIMITED",
        "invoice": "fds",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "contract": "CONTRACT-INDIAN-00035",
        "contract.id": "1157"
      },
      "duplicates": [
        "VI-INDIAN-000000416",
        "VI-INDIAN-000000418",
        "VI-INDIAN-000000417",
        "VI-INDIAN-000000419"
      ],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 1001,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "contractData": {
        "contractId": "CONTRACT-INDIAN-00035",
        "endDate": "31-03-2024",
        "id": 1157,
        "startDate": "01-04-2023"
      }
    },
    {
      "id": 304675,
      "invoiceId": "VI-INDIAN-000000417",
      "billDate": "12-06-2023",
      "billNo": "fds",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231896,
        "title": "YOU BROADBAND INDIA LIMITED",
        "tradeName": "YOU BROADBAND INDIA LIMITED",
        "currency": "INR",
        "email": "vibhuti.narayan@antrepriz.com",
        "mobile": "8298298299",
        "bank": {
          "ifsc": "ICIC0002505",
          "account": "250501508895",
          "name": "YOU BROADBAND INDIA LIMITED",
          "email": "vibhuti.narayan@antrepriz.com",
          "accountId": "fc0b30d5-2c21-4250-8c5f-800919e1d4dd",
          "bankName": "ICICI Bank",
          "valid": true,
          "branchName": "SECTOR 41"
        },
        "pan": "AABCB6062F",
        "vendorId": "CONTACT-INDIAN-0000028",
        "address": {
          "id": "22dd1a7f-1b78-40ea-949a-4a1d8afcf0ac",
          "title": "1 Birla Centurion, Century Mills Compound",
          "address": "1 Birla Centurion, Century Mills Compound",
          "city": "Adam Stores",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "400001",
          "gstin": "27AABCB6062F1ZW",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AABCB6062F1ZW",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 0.00 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686557213715",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "ADMIN",
        "currency": "INR",
        "workflow.start": "1686557213712",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 0.00",
        "days": "1",
        "approval.description": "YOU BROADBAND INDIA LIMITED",
        "invoice": "fds",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "contract": "CONTRACT-INDIAN-00035",
        "contract.id": "1157"
      },
      "duplicates": [
        "VI-INDIAN-000000416",
        "VI-INDIAN-000000417"
      ],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 1001,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "contractData": {
        "contractId": "CONTRACT-INDIAN-00035",
        "endDate": "31-03-2024",
        "id": 1157,
        "startDate": "01-04-2023"
      }
    },
    {
      "id": 304676,
      "invoiceId": "VI-INDIAN-000000418",
      "billDate": "12-06-2023",
      "billNo": "fds",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231896,
        "title": "YOU BROADBAND INDIA LIMITED",
        "tradeName": "YOU BROADBAND INDIA LIMITED",
        "currency": "INR",
        "email": "vibhuti.narayan@antrepriz.com",
        "mobile": "8298298299",
        "bank": {
          "ifsc": "ICIC0002505",
          "account": "250501508895",
          "name": "YOU BROADBAND INDIA LIMITED",
          "email": "vibhuti.narayan@antrepriz.com",
          "accountId": "fc0b30d5-2c21-4250-8c5f-800919e1d4dd",
          "bankName": "ICICI Bank",
          "valid": true,
          "branchName": "SECTOR 41"
        },
        "pan": "AABCB6062F",
        "vendorId": "CONTACT-INDIAN-0000028",
        "address": {
          "id": "22dd1a7f-1b78-40ea-949a-4a1d8afcf0ac",
          "title": "1 Birla Centurion, Century Mills Compound",
          "address": "1 Birla Centurion, Century Mills Compound",
          "city": "Adam Stores",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "400001",
          "gstin": "27AABCB6062F1ZW",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AABCB6062F1ZW",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 0.00 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686557230771",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "ADMIN",
        "currency": "INR",
        "workflow.start": "1686557230769",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 0.00",
        "days": "1",
        "approval.description": "YOU BROADBAND INDIA LIMITED",
        "invoice": "fds",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "contract": "CONTRACT-INDIAN-00035",
        "contract.id": "1157"
      },
      "duplicates": [
        "VI-INDIAN-000000416",
        "VI-INDIAN-000000418",
        "VI-INDIAN-000000417"
      ],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 1001,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "contractData": {
        "contractId": "CONTRACT-INDIAN-00035",
        "endDate": "31-03-2024",
        "id": 1157,
        "startDate": "01-04-2023"
      }
    },
    {
      "id": 304677,
      "invoiceId": "VI-INDIAN-000000419",
      "billDate": "12-06-2023",
      "billNo": "fds",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231896,
        "title": "YOU BROADBAND INDIA LIMITED",
        "tradeName": "YOU BROADBAND INDIA LIMITED",
        "currency": "INR",
        "email": "vibhuti.narayan@antrepriz.com",
        "mobile": "8298298299",
        "bank": {
          "ifsc": "ICIC0002505",
          "account": "250501508895",
          "name": "YOU BROADBAND INDIA LIMITED",
          "email": "vibhuti.narayan@antrepriz.com",
          "accountId": "fc0b30d5-2c21-4250-8c5f-800919e1d4dd",
          "bankName": "ICICI Bank",
          "valid": true,
          "branchName": "SECTOR 41"
        },
        "pan": "AABCB6062F",
        "vendorId": "CONTACT-INDIAN-0000028",
        "address": {
          "id": "22dd1a7f-1b78-40ea-949a-4a1d8afcf0ac",
          "title": "1 Birla Centurion, Century Mills Compound",
          "address": "1 Birla Centurion, Century Mills Compound",
          "city": "Adam Stores",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "400001",
          "gstin": "27AABCB6062F1ZW",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AABCB6062F1ZW",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 0.00 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686557262897",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "ADMIN",
        "currency": "INR",
        "workflow.start": "1686557262892",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 0.00",
        "days": "1",
        "approval.description": "YOU BROADBAND INDIA LIMITED",
        "invoice": "fds",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "contract": "CONTRACT-INDIAN-00035",
        "contract.id": "1157"
      },
      "duplicates": [
        "VI-INDIAN-000000416",
        "VI-INDIAN-000000418",
        "VI-INDIAN-000000417",
        "VI-INDIAN-000000419"
      ],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 1001,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "contractData": {
        "contractId": "CONTRACT-INDIAN-00035",
        "endDate": "31-03-2024",
        "id": 1157,
        "startDate": "01-04-2023"
      }
    },
    {
      "id": 304701,
      "invoiceId": "VI-INDIAN-000000420",
      "billDate": "12-06-2023",
      "billNo": "dasera",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231492,
        "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "tradeName": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "currency": "INR",
        "email": "karan@antrepriz.com",
        "mobile": "8871636718",
        "bank": {
          "ifsc": "ifsc code",
          "account": "8871636718",
          "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "email": "karan@antrepriz.com",
          "accountId": "b662e746-b0d0-4c5e-b31b-19fc152db873",
          "bankName": "icici bank",
          "valid": false
        },
        "pan": "AAZCS7239P",
        "vendorId": "test",
        "address": {
          "id": "d2565266-64da-4aa3-9a84-10f7de023e8c",
          "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "address": "209/1B/1A ",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411020",
          "gstin": "27AAZCS7239P1Z1",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AABCB6062F1ZW",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 0.00 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686558031614",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "ADMIN",
        "currency": "INR",
        "workflow.start": "1686558031610",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 0.00",
        "days": "1",
        "approval.description": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "invoice": "dasera",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "contract": "CONTRACT-INDIAN-00035",
        "contract.id": "1157"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 1001,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "contractData": {
        "contractId": "CONTRACT-INDIAN-00035",
        "endDate": "31-03-2024",
        "id": 1157,
        "startDate": "01-04-2023"
      }
    },
    {
      "id": 304702,
      "invoiceId": "VI-INDIAN-000000421",
      "billDate": "12-06-2023",
      "billNo": "dsa",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "karan",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231896,
        "title": "YOU BROADBAND INDIA LIMITED",
        "tradeName": "YOU BROADBAND INDIA LIMITED",
        "currency": "INR",
        "email": "vibhuti.narayan@antrepriz.com",
        "mobile": "8298298299",
        "bank": {
          "ifsc": "ICIC0002505",
          "account": "250501508895",
          "name": "YOU BROADBAND INDIA LIMITED",
          "email": "vibhuti.narayan@antrepriz.com",
          "accountId": "fc0b30d5-2c21-4250-8c5f-800919e1d4dd",
          "bankName": "ICICI Bank",
          "valid": true,
          "branchName": "SECTOR 41"
        },
        "pan": "AABCB6062F",
        "vendorId": "CONTACT-INDIAN-0000028",
        "address": {
          "id": "22dd1a7f-1b78-40ea-949a-4a1d8afcf0ac",
          "title": "1 Birla Centurion, Century Mills Compound",
          "address": "1 Birla Centurion, Century Mills Compound",
          "city": "Adam Stores",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "400001",
          "gstin": "27AABCB6062F1ZW",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 118,
        "code": "118",
        "name": "Admin"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AABCB6062F1ZW",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 0.00 submitted.",
        "ownerType": "ADMIN",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "118",
        "igst": "0.0",
        "workflow.current": "1686558048299",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "ADMIN",
        "currency": "INR",
        "workflow.start": "1686558048294",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "karan",
        "approval.title": "karan invoice for INR 0.00",
        "days": "1",
        "approval.description": "YOU BROADBAND INDIA LIMITED",
        "invoice": "dsa",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "contract": "CONTRACT-INDIAN-00035",
        "contract.id": "1157"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 1001,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "contractData": {
        "contractId": "CONTRACT-INDIAN-00035",
        "endDate": "31-03-2024",
        "id": 1157,
        "startDate": "01-04-2023"
      }
    },
    {
      "id": 305023,
      "invoiceId": "VI-INDIAN-000000429",
      "billDate": "12-06-2023",
      "billNo": "234",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 1534,
        "name": "MUM01",
        "tags": {
          "entity": "string"
        }
      },
      "shipTo": {
        "id": 1534,
        "name": "MUM01",
        "tags": {
          "entity": "string"
        }
      },
      "vendor": {
        "id": 231492,
        "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "tradeName": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "currency": "INR",
        "email": "karan@antrepriz.com",
        "mobile": "8871636718",
        "bank": {
          "ifsc": "ifsc code",
          "account": "8871636718",
          "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "email": "karan@antrepriz.com",
          "accountId": "b662e746-b0d0-4c5e-b31b-19fc152db873",
          "bankName": "icici bank",
          "valid": false
        },
        "pan": "AAZCS7239P",
        "vendorId": "test",
        "address": {
          "id": "d2565266-64da-4aa3-9a84-10f7de023e8c",
          "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "address": "209/1B/1A ",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411020",
          "gstin": "27AAZCS7239P1Z1",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 231492,
        "code": "231492",
        "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AAZCS7239P1Z1",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 1001.00 submitted.",
        "ownerType": "CONTACT",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1534",
        "type": "invoicing",
        "ownerId": "231492",
        "igst": "0.0",
        "workflow.current": "1686568646698",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686568646698",
        "order": "string",
        "amount": "1001",
        "address": "1534",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "string",
        "approval.title": "karan invoice for INR 1001.00",
        "days": "1",
        "approval.description": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "invoice": "234",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "normal": "normal"
      },
      "duplicates": [
        "VI-INDIAN-000000429",
        "VI-INDIAN-000000431"
      ],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "23-06-2023"
    },
    {
      "id": 305068,
      "invoiceId": "VI-INDIAN-000000430",
      "billDate": "12-06-2023",
      "billNo": "123",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231492,
        "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "tradeName": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "currency": "INR",
        "email": "karan@antrepriz.com",
        "mobile": "8871636718",
        "bank": {
          "ifsc": "ifsc code",
          "account": "8871636718",
          "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "email": "karan@antrepriz.com",
          "accountId": "b662e746-b0d0-4c5e-b31b-19fc152db873",
          "bankName": "icici bank",
          "valid": false
        },
        "pan": "AAZCS7239P",
        "vendorId": "test",
        "address": {
          "id": "d2565266-64da-4aa3-9a84-10f7de023e8c",
          "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "address": "209/1B/1A ",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411020",
          "gstin": "27AAZCS7239P1Z1",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 231492,
        "code": "231492",
        "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AAZCS7239P1Z1",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 1001.00 submitted.",
        "ownerType": "CONTACT",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "231492",
        "igst": "0.0",
        "workflow.current": "1686569921218",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686569921218",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "string",
        "approval.title": "karan invoice for INR 1001.00",
        "days": "1",
        "approval.description": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "invoice": "123",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "normal": "er"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "23-06-2023"
    },
    {
      "id": 305072,
      "invoiceId": "VI-INDIAN-000000431",
      "billDate": "12-06-2023",
      "billNo": "234",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "shipTo": {
        "id": 1346,
        "name": "Mumbai",
        "tags": {
          "entity": "string",
          "manager@1": "0002"
        },
        "gstin": "29AAACD8017H1ZO",
        "registeredName": "Mumbai"
      },
      "vendor": {
        "id": 231492,
        "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "tradeName": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "currency": "INR",
        "email": "karan@antrepriz.com",
        "mobile": "8871636718",
        "bank": {
          "ifsc": "ifsc code",
          "account": "8871636718",
          "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "email": "karan@antrepriz.com",
          "accountId": "b662e746-b0d0-4c5e-b31b-19fc152db873",
          "bankName": "icici bank",
          "valid": false
        },
        "pan": "AAZCS7239P",
        "vendorId": "test",
        "address": {
          "id": "d2565266-64da-4aa3-9a84-10f7de023e8c",
          "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "address": "209/1B/1A ",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411020",
          "gstin": "27AAZCS7239P1Z1",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 231492,
        "code": "231492",
        "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AAZCS7239P1Z1",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": true,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 1001.00 submitted.",
        "ownerType": "CONTACT",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1346",
        "type": "invoicing",
        "ownerId": "231492",
        "igst": "0.0",
        "workflow.current": "1686569988214",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686569988213",
        "order": "string",
        "amount": "1001",
        "address": "1346",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "string",
        "approval.title": "karan invoice for INR 1001.00",
        "days": "1",
        "approval.description": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "invoice": "234",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "normal": "dfsd"
      },
      "duplicates": [
        "VI-INDIAN-000000429",
        "VI-INDIAN-000000431"
      ],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "22-06-2023"
    },
    {
      "id": 305077,
      "invoiceId": "VI-INDIAN-000000434",
      "billDate": "12-06-2023",
      "billNo": "345",
      "createdAt": "12-06-2023",
      "category": "karan",
      "service": "string",
      "billTo": {
        "id": 1534,
        "name": "MUM01",
        "tags": {
          "entity": "string"
        }
      },
      "shipTo": {
        "id": 1534,
        "name": "MUM01",
        "tags": {
          "entity": "string"
        }
      },
      "vendor": {
        "id": 231492,
        "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "tradeName": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "currency": "INR",
        "email": "karan@antrepriz.com",
        "mobile": "8871636718",
        "bank": {
          "ifsc": "ifsc code",
          "account": "8871636718",
          "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "email": "karan@antrepriz.com",
          "accountId": "b662e746-b0d0-4c5e-b31b-19fc152db873",
          "bankName": "icici bank",
          "valid": false
        },
        "pan": "AAZCS7239P",
        "vendorId": "test",
        "address": {
          "id": "d2565266-64da-4aa3-9a84-10f7de023e8c",
          "title": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
          "address": "209/1B/1A ",
          "city": "Pune",
          "state": "Maharashtra",
          "country": "India",
          "pincode": "411020",
          "gstin": "27AAZCS7239P1Z1",
          "gstinValid": false,
          "businessAddress": false,
          "attrs": {},
          "locationId": "",
          "filterKey": ""
        }
      },
      "raiser": {
        "id": 231492,
        "code": "231492",
        "name": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED"
      },
      "currency": "INR",
      "amount": 1001,
      "currencyAmount": 1001,
      "taxInfo": {
        "render": "INDIA",
        "currency": "INR",
        "gst": 0,
        "vendorGstin": "27AAZCS7239P1Z1",
        "igst": 0,
        "utgst": 0,
        "sgst": 0,
        "discount": 0,
        "discountAmount": 0,
        "cgst": 0,
        "taxId": 0,
        "tds": 0,
        "tdsSlab": 0,
        "cessAmount": 0,
        "baseAmount": 1001,
        "grossAmount": 1001,
        "roundOff": 0,
        "total": 1001,
        "paidAmount": 1001
      },
      "poData": {
        "id": 1,
        "poNo": "string",
        "title": "string",
        "date": "string",
        "endDate": "string"
      },
      "duplicate": false,
      "attrs": {
        "sgst": "0.0",
        "approval.details": "Invoice of INR 1001.00 submitted.",
        "ownerType": "CONTACT",
        "tds": "0.0",
        "currency_amount": "1001",
        "gst": "0.0",
        "office": "1534",
        "type": "invoicing",
        "ownerId": "231492",
        "igst": "0.0",
        "workflow.current": "1686570066687",
        "total": "1001.0",
        "payable": "1001.0",
        "order_amount": "string",
        "contract.ownerType": "DEFAULT",
        "currency": "INR",
        "workflow.start": "1686570066687",
        "order": "string",
        "amount": "1001",
        "address": "1534",
        "tax": "0.0",
        "cgst": "0.0",
        "ocr.mismatch": "false",
        "order_date": "string",
        "stage": "0001",
        "service": "string",
        "approval.title": "karan invoice for INR 1001.00",
        "days": "1",
        "approval.description": "SKPL ANTREPRIZ SOLUTIONS PRIVATE LIMITED",
        "invoice": "345",
        "base": "1001.0",
        "po.ownerType": "DEFAULT",
        "normal": "dg"
      },
      "duplicates": [],
      "items": [
        {
          "referenceId": 29286,
          "productId": 29286,
          "name": "testt",
          "price": 1001,
          "qtty": 1,
          "taxSlab": 0,
          "tax": 0,
          "base": 1001,
          "hsn": "test",
          "unit": "pc",
          "tds": true,
          "isTds": true,
          "discount": 0,
          "service": "abc",
          "currency": "INR",
          "cessAmount": 0,
          "cessPercent": 0,
          "amount": 1001,
          "grossBase": 0,
          "grnQty": 0,
          "debitQty": 0,
          "gstNonCreditable": false,
          "data": [],
          "attrs": {},
          "costAllocations": []
        }
      ],
      "files": [],
      "predictedAmount": 0,
      "costAllocationDone": false,
      "advancePaid": 0,
      "advanceTdsPaid": 0,
      "creditNote": false,
      "creditNoteBase": 0,
      "creditNoteTax": 0,
      "creditNoteTds": 0,
      "creditNoteTotal": 0,
      "dueDate": "29-06-2023"
    }
  ],
  "total": 25,
  "currentPage": 1,
  "totalPages": 1
}
```

**SDK Code**

```python Invoice_Fetch Invoices API_example
import requests

url = "https://heimdall.eka.io/apis/external/invoice/getInvoices"

querystring = {"end_date":"13-06-2023","offset":"0","pageSize":"1000","start_date":"01-06-2023"}

headers = {
    "DICE-APP-ID": "{{Company Code}}",
    "X-CLIENT-ID": "{{API Client ID}}",
    "X-CLIENT-SECRET": "{{API Client Secret}}",
    "status": "completed"
}

response = requests.get(url, headers=headers, params=querystring)

print(response.json())
```

```javascript Invoice_Fetch Invoices API_example
const url = 'https://heimdall.eka.io/apis/external/invoice/getInvoices?end_date=13-06-2023&offset=0&pageSize=1000&start_date=01-06-2023';
const options = {
  method: 'GET',
  headers: {
    'DICE-APP-ID': '{{Company Code}}',
    'X-CLIENT-ID': '{{API Client ID}}',
    'X-CLIENT-SECRET': '{{API Client Secret}}',
    status: 'completed'
  }
};

try {
  const response = await fetch(url, options);
  const data = await response.json();
  console.log(data);
} catch (error) {
  console.error(error);
}
```

```go Invoice_Fetch Invoices API_example
package main

import (
	"fmt"
	"net/http"
	"io"
)

func main() {

	url := "https://heimdall.eka.io/apis/external/invoice/getInvoices?end_date=13-06-2023&offset=0&pageSize=1000&start_date=01-06-2023"

	req, _ := http.NewRequest("GET", url, nil)

	req.Header.Add("DICE-APP-ID", "{{Company Code}}")
	req.Header.Add("X-CLIENT-ID", "{{API Client ID}}")
	req.Header.Add("X-CLIENT-SECRET", "{{API Client Secret}}")
	req.Header.Add("status", "completed")

	res, _ := http.DefaultClient.Do(req)

	defer res.Body.Close()
	body, _ := io.ReadAll(res.Body)

	fmt.Println(res)
	fmt.Println(string(body))

}
```

```ruby Invoice_Fetch Invoices API_example
require 'uri'
require 'net/http'

url = URI("https://heimdall.eka.io/apis/external/invoice/getInvoices?end_date=13-06-2023&offset=0&pageSize=1000&start_date=01-06-2023")

http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true

request = Net::HTTP::Get.new(url)
request["DICE-APP-ID"] = '{{Company Code}}'
request["X-CLIENT-ID"] = '{{API Client ID}}'
request["X-CLIENT-SECRET"] = '{{API Client Secret}}'
request["status"] = 'completed'

response = http.request(request)
puts response.read_body
```

```java Invoice_Fetch Invoices API_example
import com.mashape.unirest.http.HttpResponse;
import com.mashape.unirest.http.Unirest;

HttpResponse<String> response = Unirest.get("https://heimdall.eka.io/apis/external/invoice/getInvoices?end_date=13-06-2023&offset=0&pageSize=1000&start_date=01-06-2023")
  .header("DICE-APP-ID", "{{Company Code}}")
  .header("X-CLIENT-ID", "{{API Client ID}}")
  .header("X-CLIENT-SECRET", "{{API Client Secret}}")
  .header("status", "completed")
  .asString();
```

```php Invoice_Fetch Invoices API_example
<?php
require_once('vendor/autoload.php');

$client = new \GuzzleHttp\Client();

$response = $client->request('GET', 'https://heimdall.eka.io/apis/external/invoice/getInvoices?end_date=13-06-2023&offset=0&pageSize=1000&start_date=01-06-2023', [
  'headers' => [
    'DICE-APP-ID' => '{{Company Code}}',
    'X-CLIENT-ID' => '{{API Client ID}}',
    'X-CLIENT-SECRET' => '{{API Client Secret}}',
    'status' => 'completed',
  ],
]);

echo $response->getBody();
```

```csharp Invoice_Fetch Invoices API_example
using RestSharp;

var client = new RestClient("https://heimdall.eka.io/apis/external/invoice/getInvoices?end_date=13-06-2023&offset=0&pageSize=1000&start_date=01-06-2023");
var request = new RestRequest(Method.GET);
request.AddHeader("DICE-APP-ID", "{{Company Code}}");
request.AddHeader("X-CLIENT-ID", "{{API Client ID}}");
request.AddHeader("X-CLIENT-SECRET", "{{API Client Secret}}");
request.AddHeader("status", "completed");
IRestResponse response = client.Execute(request);
```

```swift Invoice_Fetch Invoices API_example
import Foundation

let headers = [
  "DICE-APP-ID": "{{Company Code}}",
  "X-CLIENT-ID": "{{API Client ID}}",
  "X-CLIENT-SECRET": "{{API Client Secret}}",
  "status": "completed"
]

let request = NSMutableURLRequest(url: NSURL(string: "https://heimdall.eka.io/apis/external/invoice/getInvoices?end_date=13-06-2023&offset=0&pageSize=1000&start_date=01-06-2023")! as URL,
                                        cachePolicy: .useProtocolCachePolicy,
                                    timeoutInterval: 10.0)
request.httpMethod = "GET"
request.allHTTPHeaderFields = headers

let session = URLSession.shared
let dataTask = session.dataTask(with: request as URLRequest, completionHandler: { (data, response, error) -> Void in
  if (error != nil) {
    print(error as Any)
  } else {
    let httpResponse = response as? HTTPURLResponse
    print(httpResponse)
  }
})

dataTask.resume()
```