{
  "info": {
    "name": "Engagifii Revenue API",
    "description": "The Revenue Microservice HTTP API. This is a Data-Driven/CRUD microservice",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{access_token}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "base_url",
      "value": "https://engagifii-prod-revenue.azurewebsites.net",
      "type": "string"
    },
    {
      "key": "api_version",
      "value": "1.0",
      "type": "string"
    },
    {
      "key": "tenant_code",
      "value": "YOUR_TENANT_CODE",
      "type": "string"
    },
    {
      "key": "access_token",
      "value": "YOUR_ACCESS_TOKEN",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "Account - Balance",
      "item": [
        {
          "name": "account/balance-GetStatistics",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/account/balance/statistics/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "account",
                "balance",
                "statistics",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "account/balance-GetStatisticsByItemType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/account/balance/statisticsByItemType/{itemType}/{itemId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "account",
                "balance",
                "statisticsByItemType",
                "{itemType}",
                "{itemId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "account/balance-GetStatisticsByItemTypeWithFilter",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/account/balance/statisticsByItemTypeWithFilter/{itemType}/{itemId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "account",
                "balance",
                "statisticsByItemTypeWithFilter",
                "{itemType}",
                "{itemId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "account/balance-GetAllTransactionsRevenueMetrics",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/account/balance/statisticsForAllTransactions",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "account",
                "balance",
                "statisticsForAllTransactions"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Accountcode",
      "item": [
        {
          "name": "AccountCode-GetEventItemCode",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/GetEventItemCode/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "GetEventItemCode",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-GetItemCodes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/GetItemCode/{id}/{type}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "GetItemCode",
                "{id}",
                "{type}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-CreateOrUpdateAccountCodeMapping",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/save",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-saveTenantDefault",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/SaveTenantDefault",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "SaveTenantDefault"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-GetTenantDefault",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/GetTenantDefault",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "GetTenantDefault"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-GetAccountCodeMaster",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/GetAccountCodeMaster",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "GetAccountCodeMaster"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-SaveAccountCodeMaster",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/SaveAccountCodeMaster",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "SaveAccountCodeMaster"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-GetDepartmentCodes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/GetDepartmentCodes",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "GetDepartmentCodes"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-SaveDepartmentCodeMaster",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/SaveDepartmentCodeMaster",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "SaveDepartmentCodeMaster"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-GetAccountCodesByEntityType",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/GetAccountCodesByEntityType/{type}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "GetAccountCodesByEntityType",
                "{type}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-GetAccountCodeTypes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/GetAccountCodeTypes",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "GetAccountCodeTypes"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-SaveAccountTypes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/SaveAccountTypes",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "SaveAccountTypes"
              ]
            }
          },
          "response": []
        },
        {
          "name": "AccountCode-DeleteAccountTypes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/AccountCode/DeleteAccountTypes/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "AccountCode",
                "DeleteAccountTypes",
                "{id}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Address",
      "item": [
        {
          "name": "Address-CheckBillingAddressAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/Address/check/billingaddresss/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "Address",
                "check",
                "billingaddresss",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Address-GetBillingAddressAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/Address/get/billing-address/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "Address",
                "get",
                "billing-address",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Address-CreateAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/Address/create/billingAddress",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "Address",
                "create",
                "billingAddress"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Creditnote",
      "item": [
        {
          "name": "This is for create/update credit note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/create",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "create"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-IssueAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/issue",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "issue"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-UseAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/use",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "use"
              ]
            }
          },
          "response": []
        },
        {
          "name": "This is for listing of credit notes  with or without apply any filter",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/list",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "This is for listing of credit notes  with or without apply any filter",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/list/count",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "list",
                "count"
              ]
            }
          },
          "response": []
        },
        {
          "name": "This is for list of invoices against which we create credit note",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/item/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "item",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "This is for marking a credit note favorite or remove from favorite",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/favorite",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "favorite"
              ]
            }
          },
          "response": []
        },
        {
          "name": "This is for getting list of existing credit note number",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/number",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "number"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-GetNextCreditNoteNumberAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/CreditNoteNumberNext",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "CreditNoteNumberNext"
              ]
            }
          },
          "response": []
        },
        {
          "name": "This is for detail of Credit note  against a particular credit Note Id",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/detail/{creditNoteId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "detail",
                "{creditNoteId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-GetpaymentsGroupByInvoicesAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/paymentsGroupByInvoices/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "paymentsGroupByInvoices",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-UnsettledCreditNote",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/unsettledCreditNote/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "unsettledCreditNote",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "This is for detail of Credit note for mapping in edit model",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/edit/manual/{creditNoteId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "edit",
                "manual",
                "{creditNoteId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-ExportCreditNoteAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/export",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "export"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-MarkTrash",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/delete/{creditnoteId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "delete",
                "{creditnoteId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-GetPaymentItemUsedDetaiAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/getpaymentitemuseddetail/{paymentId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "getpaymentitemuseddetail",
                "{paymentId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "creditNote-GetCreditNoteItemUsedDetailAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditNote/getcreditnoteitemuseddetail/{creditNoteId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditNote",
                "getcreditnoteitemuseddetail",
                "{creditNoteId}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Creditrequestcreditnote",
      "item": [
        {
          "name": "creditRequestCreditNote-CreateAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/creditRequestCreditNote/create",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "creditRequestCreditNote",
                "create"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Dropdown",
      "item": [
        {
          "name": "dropdown-GetTagsAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/gettags/{tagType}/{text}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "gettags",
                "{tagType}",
                "{text}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetTemplateMacroAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/gettemplatemacro",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "gettemplatemacro"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetCostType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/cost",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "cost"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetSubscriberType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/subscriber",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "subscriber"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetSubscriptionFrequencyType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/frequency",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "frequency"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetSubscriptionExpiryType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/expiry",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "expiry"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetSubscriptionType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/subscription",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "subscription"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetBuyerType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/buyer",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "buyer"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetTagType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/type/tag",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "type",
                "tag"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetPaymentStatus",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/status/payment",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "status",
                "payment"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetSubscriptionStatusType",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/status",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "status"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetLastSubscriptionStatus",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/type/laststatus",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "type",
                "laststatus"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetSubscriptionTypes",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscription/types",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscription",
                "types"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetPositionAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/getposition",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "getposition"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetSubscriberOrganizationAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/subscriber/getsubscriberorganization",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "subscriber",
                "getsubscriberorganization"
              ]
            }
          },
          "response": []
        },
        {
          "name": "dropdown-GetCustomerById",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/dropdown/customer/bytype/{typeId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "dropdown",
                "customer",
                "bytype",
                "{typeId}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Invoice",
      "item": [
        {
          "name": "invoice/detail",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/detail",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "detail"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-InvoiceDetailAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/detail/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "detail",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-InvoicePaidDetail",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/invoicePaidDetail/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "invoicePaidDetail",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetInvoiceItemAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/item/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "item",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetRefreshItemAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/refreshitem",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "refreshitem"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-DeleteRefreshItem",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/deleterefreshitem/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "deleterefreshitem",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetConsolidatedInvoiceItemAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/consolidateditem/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "consolidateditem",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetRevisedInvoicesAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/revisedInvoices/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "revisedInvoices",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetUnPaidOrPartialPaidInvoiceListAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/list/unpaid/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "list",
                "unpaid",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetUnPaidOrPartialPaidInvoiceCountAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/list/unpaidCount/{customerType}/{customerId}/{requestType}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "list",
                "unpaidCount",
                "{customerType}",
                "{customerId}",
                "{requestType}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-CreateAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/create",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "create"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-SendInvoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/sendInvoice",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "sendInvoice"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetNextInvoiceNumberAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/invoiceNumberNext",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "invoiceNumberNext"
              ]
            }
          },
          "response": []
        },
        {
          "name": "used to get items to copy",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/copy/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "copy",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "used to create copy of invoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/copy",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "copy"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetInvoiceDetailAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/edit/manual",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "edit",
                "manual"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-MarkTrash",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/delete/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "delete",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-MarkVoid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/mark/void",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "mark",
                "void"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetAllInvoiceListAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/list/all/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "list",
                "all",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-MarkIsFavoriteAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/favorite",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "favorite"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetExistingInvoiceNumberAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/number",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "number"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetInvoiceItemListAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/list/item",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "list",
                "item"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetInvoiceCustomPaymentDetailAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/info-by-invoice/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "info-by-invoice",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-InvoicePaymentDetailAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/invoice-payment/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "invoice-payment",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GenerateInvoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/generate",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "generate"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-RecognizeInvoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/recognize",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "recognize"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetInvoiceItemPaidDetail",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/getInvoiceItemPaidDetail/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "getInvoiceItemPaidDetail",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetInvoiceItemPaidDetailForBatches",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/getInvoiceItemPaidDetail/{batchId}/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "getInvoiceItemPaidDetail",
                "{batchId}",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetBillingDetailsById",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/billingDetailsById/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "billingDetailsById",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetInvoiceItemforEventAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/eventItem/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "eventItem",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetRegModifiedInvoiceHistory",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/GetRegModifiedInvoiceHistory/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "GetRegModifiedInvoiceHistory",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetAllRevenueDetails",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/GetAllRevenueDetails",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "GetAllRevenueDetails"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetPaymentCreditNotes",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/GetAllCreditnotesForPaymentDetails/{InvoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "GetAllCreditnotesForPaymentDetails",
                "{InvoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "invoice-GetRegistrationForInvoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/InvoiceUpdateByRegistration",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "InvoiceUpdateByRegistration"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get Invoice Details Summary",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/details/{invoiceId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "details",
                "{invoiceId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Save Invoice Reminder",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/invoice/SaveInvoiceReminder",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "invoice",
                "SaveInvoiceReminder"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Membership",
      "item": [
        {
          "name": "membership-GetSubscribersListAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/list/{subscriptionId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "list",
                "{subscriptionId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-MembershipStatusChange",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/status/change/{subscriptionId}/{membershipStatusId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "status",
                "change",
                "{subscriptionId}",
                "{membershipStatusId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-SaveSubscriberAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/subscriber/save",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "subscriber",
                "save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-SaveSubscriptionForIndividualAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/individual/save",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "individual",
                "save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-SaveSubscriptionForOrganizationAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/organization/save",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "organization",
                "save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-GetSubscriptionSubscribers",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/subscriber/list",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "subscriber",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-GetSubscriberCountAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/subscriber/count",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "subscriber",
                "count"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-GetBatchDetailAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/batch/{id}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "batch",
                "{id}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-CreateBatchAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/batch",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "batch"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-SelectOrganizationConsumersAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/subscribers/organization/list/{subscriptionId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "subscribers",
                "organization",
                "list",
                "{subscriptionId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "membership-SelectIndividualConsumersAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/membership/subscribers/individual/list/{subscriptionId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "membership",
                "subscribers",
                "individual",
                "list",
                "{subscriptionId}"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Notification",
      "item": [
        {
          "name": "notification-GetCustomEmailTemplateList",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/custom/list",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "custom",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-GetPersonalisedEmailTemplateList",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/personalised/list",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "personalised",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-GetEmailTemplateMacroList",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/macro/list/{categoryId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "macro",
                "list",
                "{categoryId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-GetEmailTemplate",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/{notificationTemplateId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "{notificationTemplateId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-GetSpecificEmailTemplate",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/email/{templateId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "email",
                "{templateId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-SaveEmailTemplateAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/save",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-SaveEmailTemplates",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/saveList",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "saveList"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-GetAllNotificationCategory",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/getAllNotificationCategory",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "getAllNotificationCategory"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-GetClientNotificationAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/tenant/settings/list",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "tenant",
                "settings",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-SaveClientNotificationAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/tenant/settings/save",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "tenant",
                "settings",
                "save"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-SendPersonalizedEmailAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/personalized/send",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "personalized",
                "send"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-SaveEmailTemplateMapping",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/mapping",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "mapping"
              ]
            }
          },
          "response": []
        },
        {
          "name": "notification-ClearEmailTemplateMapping",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/notification/email/template/clearmapping",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "notification",
                "email",
                "template",
                "clearmapping"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Payment",
      "item": [
        {
          "name": "payment-CreateAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/create",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "create"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-ChargePaymentAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/charge",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "charge"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-AuthorizenetChargePaymentAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/authorizenet/charge",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "authorizenet",
                "charge"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetListAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/list",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "list"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetPaymentTransactionDetailAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/transaction/detail/{paymentId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "transaction",
                "detail",
                "{paymentId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetPaymentDetailAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/detail/{paymentId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "detail",
                "{paymentId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetPaymentItemwiseDetailAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/itemwise/detail",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "itemwise",
                "detail"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-RecordManualPaymentAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/manual/record",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "manual",
                "record"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-CreateManualPaymentAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/manual/create",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "manual",
                "create"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetManualPaymentDetailAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/edit/manual/{paymentId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "edit",
                "manual",
                "{paymentId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetSuccedPaymentListAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/list/succeed/payment/{customerType}/{customerId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "list",
                "succeed",
                "payment",
                "{customerType}",
                "{customerId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-MarkVoid",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/mark/void",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "mark",
                "void"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-UpdateClearingDate",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/updateclearingdate",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "updateclearingdate"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-MarkIsFavoriteAsync",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/favorite",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "favorite"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-MarkTrash",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/delete/{paymentId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "delete",
                "{paymentId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetPaymentCopyAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/copy/{paymentId}",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "copy",
                "{paymentId}"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-CopyInvoice",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/copy",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "copy"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetExistingPaymentNumberAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/number",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "number"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-GetNextPaymentNumberAsync",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/PaymentNumberNext",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "PaymentNumberNext"
              ]
            }
          },
          "response": []
        },
        {
          "name": "payment-PaypalCreateOrder",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "tenant-code",
                "value": "{{tenant_code}}",
                "type": "text"
              },
              {
                "key": "api-version",
                "value": "{{api_version}}",
                "type": "text"
              },
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api/{{api_version}}/payment/PaypalCreateOrder",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api",
                "{{api_version}}",
                "payment",
                "PaypalCreateOrder"
              ]
            }
          },
          "response": []
        }
      ]
    }
  ]
}