DIGIT Specifications
PlatformUrbanHealthPublic FinanceSanitation
  • Specifications Overview
    • Standardisation Approach
  • Common Service Specs
    • Access Control
    • Analytics
    • Billing
    • Collection
    • Dashboard Analytics
    • Decision Support System Ingest
    • Document Controller
    • Employee
    • Encryption
    • Filestore
    • ID Generation
    • Inbox
    • Indexer
    • Master
    • Master Data Management
    • OTP
    • Payment Gateway
    • PDF Generation
    • URL Shortening
    • User
    • Workflow
  • Domain Service Specs
    • Attendance
    • Bank Account
    • Billing Calculator
    • Birth-Death
    • Building Plan Approval
    • Building Plan Calculator
    • Campaign
    • Campaign Delivery
    • Contracts
    • Estimates
    • eChallan
    • Facility
    • Faecal Sludge Management (FSM)
    • Fire NOC
    • Fire NOC Calculator
    • Household
    • Individual
    • Inventory
    • Land
    • Muster Roll
    • National Dashboard Ingest
    • No Objection Certificate
    • Organization
    • Planning
    • Product
    • Project
    • Property Registry
    • Property Tax Calculator
    • Public Grievance Redressal
    • Registration
    • Sewerage Connection
    • Stock
    • Supervision
    • Sync
    • Trade Licence
    • Trade Licence Calculator
    • User Events
    • Vehicle Registration
    • Vendor Registration
    • Water Connection
  • Archived-docs
    • DIGIT Urban Service Specs
      • Property Tax Service
        • Property Tax Taxonomy
        • Property Tax Data Model
        • Property Tax Service API
      • Public Grievance Redressal Service
        • Public Grievance Redressal Taxonomy
        • Public Grievance Redressal Data Model
        • Public Grievance Redressal Service API
      • Trade License Service
        • Trade License Taxonomy
        • Trade License Data Model
        • Trade License API
      • Fire NOC Service
        • Fire NOC Taxonomy
        • Fire NOC Data Model
        • Fire NOC API
      • Miscellaneous Collection Service
        • Miscellaneous Collections Taxonomy
        • Miscellaneous Collections Data Model
        • Miscellaneous Collection API
      • Online Building Plan Approval Service
        • Online Building Plan Approval Taxonomy
        • Online Building Plan Approval Data Model
        • Online Building Plan Approval Service API
      • Water & Sewerage Service
        • Water & Sewerage Taxonomy
        • Water Service Data Model
        • Sewerage Service Data Model
        • Water & Sewerage Service API
      • Birth & Death Service
        • Birth & Death Taxonomy
        • Birth & Death Data Model
        • Birth & Death Service API
    • DIGIT Public Finance Management Service Specs
      • iFIX Master Data Service API
      • Adapter Master Data Service API
      • mGramSeva iFIX Adapter Service API
      • iFIX Department Entity Service API
      • Fiscal Event API
    • DIGIT Health Service Specs
      • Health Service Data Model
      • Health Service API
    • DIGIT Sanitation Service Specs
      • Faecal Sludge Management Service
        • Faecal Sludge Management Data Model
        • Faecal Sludge Management Service API
Powered by GitBook

โ€‹All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.

On this page

Was this helpful?

Export as PDF
  1. Common Service Specs

Master

PreviousIndexerNextMaster Data Management

Last updated 1 year ago

Was this helpful?

Master Service APIs

APIs to create, update or search masters.

  • Master Service APIs
  • POSTGet the list of funds
  • POSTCreate new funds
  • POSTUpdate any of the funds
  • POSTGet the list of financialyears
  • POSTCreate new financialyears
  • POSTUpdate any of the financialyears
  • POSTGet the list of fiscalperiods
  • POSTCreate new fiscalperiods
  • POSTUpdate any of the fiscalperiods
  • POSTGet the list of functions
  • POSTCreate new functions
  • POSTUpdate any of the functions
  • POSTGet the list of functionaries
  • POSTCreate new functionaries
  • POSTUpdate any of the functionaries
  • POSTGet the list of fundsources
  • POSTCreate new fundsources
  • POSTUpdate any of the fundsources
  • POSTGet the list of schemes
  • POSTCreate new schemes
  • POSTUpdate any of the schemes
  • POSTGet the list of banks
  • POSTCreate new banks
  • POSTUpdate any of the banks
  • POSTGet the list of bankbranches
  • POSTCreate new bankbranches
  • POSTUpdate any of the bankbranches
  • POSTGet the list of bankaccounts
  • POSTCreate new bankaccounts
  • POSTUpdate any of the bankaccounts
  • POSTGet the list of subschemes
  • POSTCreate new subschemes
  • POSTUpdate any of the subschemes
  • POSTGet the list of suppliers
  • POSTCreate new suppliers
  • POSTUpdate any of the suppliers
  • POSTGet the list of accountdetailtypes
  • POSTCreate new accountdetailtypes
  • POSTUpdate any of the accountdetailtypes
  • POSTGet the list of accountdetailkeys
  • POSTCreate new accountdetailkeys
  • POSTUpdate any of the accountdetailkeys
  • POSTGet the list of accountentities
  • POSTCreate new accountentities
  • POSTUpdate any of the accountentities
  • POSTGet the list of accountcodepurposes
  • POSTCreate new accountcodepurposes
  • POSTUpdate any of the accountcodepurposes
  • POSTGet the list of chartofaccounts
  • POSTCreate new chartofaccounts
  • POSTUpdate any of the chartofaccounts
  • POSTGet the list of chartofaccountdetails
  • POSTCreate new chartofaccountdetails
  • POSTUpdate any of the chartofaccountdetails
  • POSTGet the list of budgetgroups
  • POSTCreate new budgetgroups
  • POSTUpdate any of the budgetgroups
  • POSTGet the list of financialstatuses
  • POSTCreate new financialstatuses
  • POSTUpdate any of the financialstatuses
  • POSTGet the list of financialconfigurations
  • POSTCreate new financialconfigurations
  • POSTUpdate any of the financialconfigurations

Get the list of funds

post

funds

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

namestring ยท max: 50Optional

name is the name of the fund . Example :Municipal Fund,Capital Fund. Also name is unique.

codestring ยท max: 50Optional

code is a unique number given to each fund . ULB may refer this for the short name

identifierstringOptional

identifier of the Fund

parentinteger ยท int64Optional

parent adding a parent will create the fund as a sub-fund (child) of a fund already created (parent fund).

activebooleanOptional

active is a boolean value which says whether fund is in use or not . If Fund is active, then accounting of transactions under the fund is enabled. If Fund becomes inactive, and no transactions can be accounted under the Fund.

isParentbooleanOptional

isParent is updated internally so that system can identify whether the fund is parent or child. Only child which is not parent for any other fund can only participate in transaction .

levelinteger ยท int64Optional

level identifies what is the level of the fund in the tree structure. Top most parent will have level 0 and its child will have level as 1

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
Fund retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/funds/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "funds": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "identifier": "text",
      "parent": 1,
      "active": true,
      "isParent": true,
      "level": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new funds

post

Create new funds

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Fund items are used in case of create or update

Responses
201
Fund created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/funds/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2362

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "funds": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "identifier": "text",
      "parent": 1,
      "active": true,
      "isParent": true,
      "level": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "funds": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "identifier": "text",
      "parent": 1,
      "active": true,
      "isParent": true,
      "level": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the funds

post

Update any of the funds

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Fund items are used in case of create or update

Responses
200
Fund updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/funds/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2362

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "funds": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "identifier": "text",
      "parent": 1,
      "active": true,
      "isParent": true,
      "level": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "funds": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "identifier": "text",
      "parent": 1,
      "active": true,
      "isParent": true,
      "level": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of financialyears

post

financialyears

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

finYearRangestring ยท max: 25Optional

finYearRange is the name of the Financial Year . for example for accounting year 2017 and 2018 it may be named 2017-18

startingDatestring ยท dateOptional

startingDate is the date on which Accounting Year starts. Usually it is 1st April of that year.

endingDatestring ยท dateOptional

endingDate is the date on which Financial Year ends. Usually it is 31st march of next year

activebooleanOptional

active says whether Financial Year is active or not . Over a period system will have number of Financial years. Reports ,searches,transactions will need to display this.If the active value is true then Financial Year is listed, if value is false it wont be listed

isActiveForPostingbooleanOptional

isActiveForPosting refers whether posting allowed for the Financial Year or not . This value will be true for current year and few previous year for which data entry will be happening. Once the account is closed this value is set to false . All transactions will happen if and only if isActiveForPosting is true

isClosedbooleanOptional

isClosed refers whether the account is closed or not . Once the account is closed and balance is transferred this value is set to false if the account is closed no transaction can happen on that financial year.

transferClosingBalancebooleanOptional

transferClosingBalance informs whether While closing account balance is transferred or not .

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
FinancialYear retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialyears/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialYears": [
    {
      "id": "text",
      "finYearRange": "text",
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "transferClosingBalance": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new financialyears

post

Create new financialyears

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FinancialYear items are used in case of create or update

Responses
201
FinancialYear created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialyears/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2434

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "financialYears": [
    {
      "id": "text",
      "finYearRange": "text",
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "transferClosingBalance": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialYears": [
    {
      "id": "text",
      "finYearRange": "text",
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "transferClosingBalance": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the financialyears

post

Update any of the financialyears

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FinancialYear items are used in case of create or update

Responses
200
FinancialYear updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialyears/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2434

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "financialYears": [
    {
      "id": "text",
      "finYearRange": "text",
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "transferClosingBalance": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialYears": [
    {
      "id": "text",
      "finYearRange": "text",
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "transferClosingBalance": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of fiscalperiods

post

fiscalperiods

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

namestring ยท max: 25Optional

name of the FiscalPeriod

financialYearinteger ยท int64Optional

financial year of the FiscalPeriod

startingDatestring ยท dateOptional

startingDate is the date on which period starts.

endingDatestring ยท dateOptional

endingDate is the date on which period ends.

activebooleanOptional

active says whether fiscal period is active or not . Over a period system will have number of fiscal period. Reports ,searches,transactions will need to display this.If the active value is true then fiscal period is listed, if value is false it wont be listed

isActiveForPostingbooleanOptional

isActiveForPosting refers whether posting allowed for the fiscal period or not . This value will be true for current year and few previous year for which data entry will be happening. Once the account is closed this value is set to false . All transactions will happen if and only if isActiveForPosting is true

isClosedbooleanOptional

isClosed refers whether the account is closed or not . Once the account is closed and balance is transferred this value is set to false if the account is closed no transaction can happen on that fiscal period.

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
FiscalPeriod retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/fiscalperiods/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "fiscalPeriods": [
    {
      "id": "text",
      "name": "text",
      "financialYear": {
        "id": "text",
        "finYearRange": "text",
        "startingDate": "2025-06-01",
        "endingDate": "2025-06-01",
        "active": true,
        "isActiveForPosting": true,
        "isClosed": true,
        "transferClosingBalance": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new fiscalperiods

post

Create new fiscalperiods

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FiscalPeriod items are used in case of create or update

Responses
201
FiscalPeriod created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/fiscalperiods/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4450

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "fiscalPeriods": [
    {
      "id": "text",
      "name": "text",
      "financialYear": {
        "id": "text",
        "finYearRange": "text",
        "startingDate": "2025-06-01",
        "endingDate": "2025-06-01",
        "active": true,
        "isActiveForPosting": true,
        "isClosed": true,
        "transferClosingBalance": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "fiscalPeriods": [
    {
      "id": "text",
      "name": "text",
      "financialYear": {
        "id": "text",
        "finYearRange": "text",
        "startingDate": "2025-06-01",
        "endingDate": "2025-06-01",
        "active": true,
        "isActiveForPosting": true,
        "isClosed": true,
        "transferClosingBalance": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the fiscalperiods

post

Update any of the fiscalperiods

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FiscalPeriod items are used in case of create or update

Responses
200
FiscalPeriod updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/fiscalperiods/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4450

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "fiscalPeriods": [
    {
      "id": "text",
      "name": "text",
      "financialYear": {
        "id": "text",
        "finYearRange": "text",
        "startingDate": "2025-06-01",
        "endingDate": "2025-06-01",
        "active": true,
        "isActiveForPosting": true,
        "isClosed": true,
        "transferClosingBalance": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "fiscalPeriods": [
    {
      "id": "text",
      "name": "text",
      "financialYear": {
        "id": "text",
        "finYearRange": "text",
        "startingDate": "2025-06-01",
        "endingDate": "2025-06-01",
        "active": true,
        "isActiveForPosting": true,
        "isClosed": true,
        "transferClosingBalance": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "startingDate": "2025-06-01",
      "endingDate": "2025-06-01",
      "active": true,
      "isActiveForPosting": true,
      "isClosed": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of functions

post

functions

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

namestring ยท max: 128Optional

name is the name of the function .

codestring ยท max: 16Optional

code is a unique number given to each function . ULBs may refer this for the short name.

levelinteger ยท int32Optional

level identifies what is the level of the function in the tree structure. Top most parent will have level 0 and its child will have level as 1

activebooleanOptional

active is a boolean value which says whether function is in use or not . If Function is active, then accounting of transactions under the Function is enabled. If Function becomes inactive, and no transactions can be accounted under the Function. Only leaf function can be used in transaction ie function which is not parent to any other function

parentIdinteger ยท int64Optional

parent id of the Function

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
Function retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/functions/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "functions": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "level": 1,
      "active": true,
      "parentId": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new functions

post

Create new functions

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Function items are used in case of create or update

Responses
201
Function created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/functions/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2332

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "functions": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "level": 1,
      "active": true,
      "parentId": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "functions": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "level": 1,
      "active": true,
      "parentId": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the functions

post

Update any of the functions

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Function items are used in case of create or update

Responses
200
Function updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/functions/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2332

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "functions": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "level": 1,
      "active": true,
      "parentId": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "functions": [
    {
      "id": "text",
      "name": "text",
      "code": "text",
      "level": 1,
      "active": true,
      "parentId": 1,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of functionaries

post

functionaries

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

codestring ยท max: 16Optional

code is uniue identifier and ULB may refer this for short name.

namestring ยท max: 256Optional

name is the name of the functionary

activebooleanOptional

active states whether the functionary is active or not . Only active functionaries will be used in transaction

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
Functionary retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/functionaries/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "functionaries": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new functionaries

post

Create new functionaries

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Functionary items are used in case of create or update

Responses
201
Functionary created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/functionaries/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2313

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "functionaries": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "functionaries": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the functionaries

post

Update any of the functionaries

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Functionary items are used in case of create or update

Responses
200
Functionary updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/functionaries/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2313

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "functionaries": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "functionaries": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of fundsources

post

fundsources

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

codestring ยท max: 25Optional

code of the Fundsource

namestring ยท max: 25Optional

name of the Fundsource

typestring ยท max: 25Optional

type of the Fundsource

parentinteger ยท int64Optional

parent of the Fundsource

llevelnumber ยท doubleOptional

llevel of the Fundsource

activebooleanOptional

Whether Fundsource is Active or not. If the value is TRUE, then Fundsource is active,If the value is FALSE then Fundsource is inactive,Default value is TRUE

isParentbooleanOptional

is parent of the Fundsource

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
Fundsource retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/fundsources/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "fundsources": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "type": "text",
      "parent": 1,
      "llevel": 1,
      "active": true,
      "isParent": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new fundsources

post

Create new fundsources

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Fundsource items are used in case of create or update

Responses
201
Fundsource created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/fundsources/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2363

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "fundsources": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "type": "text",
      "parent": 1,
      "llevel": 1,
      "active": true,
      "isParent": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "fundsources": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "type": "text",
      "parent": 1,
      "llevel": 1,
      "active": true,
      "isParent": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the fundsources

post

Update any of the fundsources

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Fundsource items are used in case of create or update

Responses
200
Fundsource updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/fundsources/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2363

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "fundsources": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "type": "text",
      "parent": 1,
      "llevel": 1,
      "active": true,
      "isParent": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "fundsources": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "type": "text",
      "parent": 1,
      "llevel": 1,
      "active": true,
      "isParent": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of schemes

post

schemes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

fundinteger ยท int64Optional

fund of the Scheme

codestring ยท max: 25Optional

code of the Scheme

namestring ยท max: 25Optional

name of the Scheme

validFromstring ยท dateOptional

valid from of the Scheme

validTostring ยท dateOptional

valid to of the Scheme

activebooleanOptional

Whether Scheme is Active or not. If the value is TRUE, then Scheme is active,If the value is FALSE then Scheme is inactive,Default value is TRUE

descriptionstring ยท max: 256Optional

description of the Scheme

boundarystringOptional

boundary of the Scheme

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
Scheme retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/schemes/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "schemes": [
    {
      "id": "text",
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "description": "text",
      "boundary": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new schemes

post

Create new schemes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Scheme items are used in case of create or update

Responses
201
Scheme created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/schemes/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4377

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "schemes": [
    {
      "id": "text",
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "description": "text",
      "boundary": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "schemes": [
    {
      "id": "text",
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "description": "text",
      "boundary": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the schemes

post

Update any of the schemes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Scheme items are used in case of create or update

Responses
200
Scheme updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/schemes/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4377

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "schemes": [
    {
      "id": "text",
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "description": "text",
      "boundary": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "schemes": [
    {
      "id": "text",
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "description": "text",
      "boundary": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of banks

post

banks

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

codestringOptional

code is the code of the bank

namestringOptional

name is the Bank Name .

descriptionstringOptional

description more detailed description of the bank

activebooleanOptional

active states whether the bank is active in the system or not .

typestringOptional

type of the Bank

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
Bank retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/banks/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "banks": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "active": true,
      "type": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new banks

post

Create new banks

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Bank items are used in case of create or update

Responses
201
Bank created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/banks/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2340

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "banks": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "active": true,
      "type": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "banks": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "active": true,
      "type": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the banks

post

Update any of the banks

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Bank items are used in case of create or update

Responses
200
Bank updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/banks/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2340

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "banks": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "active": true,
      "type": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "banks": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "active": true,
      "type": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of bankbranches

post

bankbranches

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

bankinteger ยท int64Optional

bank is the bank of the branch

codestring ยท max: 50Optional

code is the branch code

namestring ยท max: 50Optional

name is the branch name

addressstring ยท max: 50Optional

address2 is the secondary address of the branch

address2string ยท max: 50Optional

address2 of the BankBranch

citystring ยท max: 50Optional

city is the name of the bank branches city

statestring ยท max: 50Optional

state is the name of the state

pincodestring ยท max: 50Optional

pincode is the pincode of the branch

phonestring ยท max: 15Optional

phone is the phone number of the branch

faxstring ยท max: 15Optional

fax is the fax number of the branch

contactPersonstring ยท max: 50Optional

contactPerson is the name of the person in contact

activebooleanOptional

active states whether branch is active. i.e is usable by the system or not if not active it cannot be used

descriptionstring ยท max: 256Optional

description is the more detailed description of the branch

micrstring ยท max: 50Optional

micr is the micr code of the bank branch

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
BankBranch retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/bankbranches/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "bankBranches": [
    {
      "id": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "address": "text",
      "address2": "text",
      "city": "text",
      "state": "text",
      "pincode": "text",
      "phone": "text",
      "fax": "text",
      "contactPerson": "text",
      "active": true,
      "description": "text",
      "micr": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new bankbranches

post

Create new bankbranches

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of BankBranch items are used in case of create or update

Responses
201
BankBranch created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/bankbranches/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4440

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "bankBranches": [
    {
      "id": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "address": "text",
      "address2": "text",
      "city": "text",
      "state": "text",
      "pincode": "text",
      "phone": "text",
      "fax": "text",
      "contactPerson": "text",
      "active": true,
      "description": "text",
      "micr": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "bankBranches": [
    {
      "id": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "address": "text",
      "address2": "text",
      "city": "text",
      "state": "text",
      "pincode": "text",
      "phone": "text",
      "fax": "text",
      "contactPerson": "text",
      "active": true,
      "description": "text",
      "micr": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the bankbranches

post

Update any of the bankbranches

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of BankBranch items are used in case of create or update

Responses
200
BankBranch updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/bankbranches/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4440

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "bankBranches": [
    {
      "id": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "address": "text",
      "address2": "text",
      "city": "text",
      "state": "text",
      "pincode": "text",
      "phone": "text",
      "fax": "text",
      "contactPerson": "text",
      "active": true,
      "description": "text",
      "micr": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "bankBranches": [
    {
      "id": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "address": "text",
      "address2": "text",
      "city": "text",
      "state": "text",
      "pincode": "text",
      "phone": "text",
      "fax": "text",
      "contactPerson": "text",
      "active": true,
      "description": "text",
      "micr": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of bankaccounts

post

bankaccounts

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

bankBranchinteger ยท int64Optional

bank branch of the BankAccount

chartOfAccountinteger ยท int64Optional

chart of account of the BankAccount

fundinteger ยท int64Optional

fund of the BankAccount

accountNumberstring ยท max: 25Optional

account number of the BankAccount

accountTypestringOptional

account type of the BankAccount

descriptionstring ยท max: 256Optional

description of the BankAccount

activebooleanOptional

Whether BankAccount is Active or not. If the value is TRUE, then BankAccount is active,If the value is FALSE then BankAccount is inactive,Default value is TRUE

payTostringOptional

pay to of the BankAccount

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
BankAccount retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/bankaccounts/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "bankAccounts": [
    {
      "id": "text",
      "bankBranch": {
        "id": "text",
        "bank": {
          "id": "text",
          "code": "text",
          "name": "text",
          "description": "text",
          "active": true,
          "type": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "address": "text",
        "address2": "text",
        "city": "text",
        "state": "text",
        "pincode": "text",
        "phone": "text",
        "fax": "text",
        "contactPerson": "text",
        "active": true,
        "description": "text",
        "micr": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountNumber": "text",
      "accountType": "text",
      "description": "text",
      "active": true,
      "payTo": "text",
      "type": "RECEIPTS",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new bankaccounts

post

Create new bankaccounts

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of BankAccount items are used in case of create or update

Responses
201
BankAccount created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/bankaccounts/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 12443

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "bankAccounts": [
    {
      "id": "text",
      "bankBranch": {
        "id": "text",
        "bank": {
          "id": "text",
          "code": "text",
          "name": "text",
          "description": "text",
          "active": true,
          "type": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "address": "text",
        "address2": "text",
        "city": "text",
        "state": "text",
        "pincode": "text",
        "phone": "text",
        "fax": "text",
        "contactPerson": "text",
        "active": true,
        "description": "text",
        "micr": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountNumber": "text",
      "accountType": "text",
      "description": "text",
      "active": true,
      "payTo": "text",
      "type": "RECEIPTS",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "bankAccounts": [
    {
      "id": "text",
      "bankBranch": {
        "id": "text",
        "bank": {
          "id": "text",
          "code": "text",
          "name": "text",
          "description": "text",
          "active": true,
          "type": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "address": "text",
        "address2": "text",
        "city": "text",
        "state": "text",
        "pincode": "text",
        "phone": "text",
        "fax": "text",
        "contactPerson": "text",
        "active": true,
        "description": "text",
        "micr": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountNumber": "text",
      "accountType": "text",
      "description": "text",
      "active": true,
      "payTo": "text",
      "type": "RECEIPTS",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the bankaccounts

post

Update any of the bankaccounts

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of BankAccount items are used in case of create or update

Responses
200
BankAccount updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/bankaccounts/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 12443

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "bankAccounts": [
    {
      "id": "text",
      "bankBranch": {
        "id": "text",
        "bank": {
          "id": "text",
          "code": "text",
          "name": "text",
          "description": "text",
          "active": true,
          "type": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "address": "text",
        "address2": "text",
        "city": "text",
        "state": "text",
        "pincode": "text",
        "phone": "text",
        "fax": "text",
        "contactPerson": "text",
        "active": true,
        "description": "text",
        "micr": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountNumber": "text",
      "accountType": "text",
      "description": "text",
      "active": true,
      "payTo": "text",
      "type": "RECEIPTS",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "bankAccounts": [
    {
      "id": "text",
      "bankBranch": {
        "id": "text",
        "bank": {
          "id": "text",
          "code": "text",
          "name": "text",
          "description": "text",
          "active": true,
          "type": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "address": "text",
        "address2": "text",
        "city": "text",
        "state": "text",
        "pincode": "text",
        "phone": "text",
        "fax": "text",
        "contactPerson": "text",
        "active": true,
        "description": "text",
        "micr": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "fund": {
        "id": "text",
        "name": "text",
        "code": "text",
        "identifier": "text",
        "parent": 1,
        "active": true,
        "isParent": true,
        "level": 1,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountNumber": "text",
      "accountType": "text",
      "description": "text",
      "active": true,
      "payTo": "text",
      "type": "RECEIPTS",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of subschemes

post

subschemes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

schemeinteger ยท int64Optional

scheme of the SubScheme

codestring ยท max: 50Optional

code of the SubScheme

namestring ยท max: 50Optional

name of the SubScheme

validFromstring ยท dateOptional

valid from of the SubScheme

validTostring ยท dateOptional

valid to of the SubScheme

activebooleanOptional

Whether SubScheme is Active or not. If the value is TRUE, then SubScheme is active,If the value is FALSE then SubScheme is inactive,Default value is TRUE

departmentIdstringOptional

department id of the SubScheme

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
SubScheme retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/subschemes/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "subSchemes": [
    {
      "id": "text",
      "scheme": {
        "id": "text",
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "validFrom": "2025-06-01",
        "validTo": "2025-06-01",
        "active": true,
        "description": "text",
        "boundary": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "departmentId": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new subschemes

post

Create new subschemes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of SubScheme items are used in case of create or update

Responses
201
SubScheme created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/subschemes/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 6378

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "subSchemes": [
    {
      "id": "text",
      "scheme": {
        "id": "text",
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "validFrom": "2025-06-01",
        "validTo": "2025-06-01",
        "active": true,
        "description": "text",
        "boundary": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "departmentId": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "subSchemes": [
    {
      "id": "text",
      "scheme": {
        "id": "text",
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "validFrom": "2025-06-01",
        "validTo": "2025-06-01",
        "active": true,
        "description": "text",
        "boundary": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "departmentId": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the subschemes

post

Update any of the subschemes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of SubScheme items are used in case of create or update

Responses
200
SubScheme updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/subschemes/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 6378

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "subSchemes": [
    {
      "id": "text",
      "scheme": {
        "id": "text",
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "validFrom": "2025-06-01",
        "validTo": "2025-06-01",
        "active": true,
        "description": "text",
        "boundary": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "departmentId": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "subSchemes": [
    {
      "id": "text",
      "scheme": {
        "id": "text",
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "code": "text",
        "name": "text",
        "validFrom": "2025-06-01",
        "validTo": "2025-06-01",
        "active": true,
        "description": "text",
        "boundary": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "validFrom": "2025-06-01",
      "validTo": "2025-06-01",
      "active": true,
      "departmentId": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of suppliers

post

suppliers

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

codestring ยท max: 50Optional

code of the Supplier

namestring ยท max: 50Optional

name of the Supplier

addressstring ยท max: 300Optional

address of the Supplier

mobilestring ยท max: 10Optional

mobile of the Supplier

emailstring ยท max: 25Optional

email of the Supplier

descriptionstring ยท max: 250Optional

description of the Supplier

activebooleanOptional

Whether Supplier is Active or not. If the value is TRUE, then Supplier is active,If the value is FALSE then Supplier is inactive,Default value is TRUE

panNostring ยท max: 10Optional

pan no of the Supplier

tinNostring ยท max: 20Optional

tin no of the Supplier

registationNostring ยท max: 25Optional

registation no of the Supplier

bankAccountinteger ยท int64Optional

bank account of the Supplier

ifscCodestring ยท max: 12Optional

ifsc code of the Supplier

bankinteger ยท int64Optional

bank of the Supplier

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
Supplier retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/suppliers/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "suppliers": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "address": "text",
      "mobile": "text",
      "email": "text",
      "description": "text",
      "active": true,
      "panNo": "text",
      "tinNo": "text",
      "registationNo": "text",
      "bankAccount": {
        "id": "text",
        "bankBranch": {
          "id": "text",
          "bank": {
            "id": "text",
            "code": "text",
            "name": "text",
            "description": "text",
            "active": true,
            "type": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "code": "text",
          "name": "text",
          "address": "text",
          "address2": "text",
          "city": "text",
          "state": "text",
          "pincode": "text",
          "phone": "text",
          "fax": "text",
          "contactPerson": "text",
          "active": true,
          "description": "text",
          "micr": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "chartOfAccount": {
          "id": "text",
          "glcode": "text",
          "name": "text",
          "accountCodePurpose": {
            "id": "text",
            "name": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "description": "text",
          "isActiveForPosting": true,
          "parentId": 1,
          "type": "text",
          "classification": 1,
          "functionRequired": true,
          "budgetCheckRequired": true,
          "majorCode": "text",
          "isSubLedger": true,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "accountNumber": "text",
        "accountType": "text",
        "description": "text",
        "active": true,
        "payTo": "text",
        "type": "RECEIPTS",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "ifscCode": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new suppliers

post

Create new suppliers

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Supplier items are used in case of create or update

Responses
201
Supplier created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/suppliers/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 16474

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "suppliers": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "address": "text",
      "mobile": "text",
      "email": "text",
      "description": "text",
      "active": true,
      "panNo": "text",
      "tinNo": "text",
      "registationNo": "text",
      "bankAccount": {
        "id": "text",
        "bankBranch": {
          "id": "text",
          "bank": {
            "id": "text",
            "code": "text",
            "name": "text",
            "description": "text",
            "active": true,
            "type": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "code": "text",
          "name": "text",
          "address": "text",
          "address2": "text",
          "city": "text",
          "state": "text",
          "pincode": "text",
          "phone": "text",
          "fax": "text",
          "contactPerson": "text",
          "active": true,
          "description": "text",
          "micr": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "chartOfAccount": {
          "id": "text",
          "glcode": "text",
          "name": "text",
          "accountCodePurpose": {
            "id": "text",
            "name": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "description": "text",
          "isActiveForPosting": true,
          "parentId": 1,
          "type": "text",
          "classification": 1,
          "functionRequired": true,
          "budgetCheckRequired": true,
          "majorCode": "text",
          "isSubLedger": true,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "accountNumber": "text",
        "accountType": "text",
        "description": "text",
        "active": true,
        "payTo": "text",
        "type": "RECEIPTS",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "ifscCode": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "suppliers": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "address": "text",
      "mobile": "text",
      "email": "text",
      "description": "text",
      "active": true,
      "panNo": "text",
      "tinNo": "text",
      "registationNo": "text",
      "bankAccount": {
        "id": "text",
        "bankBranch": {
          "id": "text",
          "bank": {
            "id": "text",
            "code": "text",
            "name": "text",
            "description": "text",
            "active": true,
            "type": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "code": "text",
          "name": "text",
          "address": "text",
          "address2": "text",
          "city": "text",
          "state": "text",
          "pincode": "text",
          "phone": "text",
          "fax": "text",
          "contactPerson": "text",
          "active": true,
          "description": "text",
          "micr": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "chartOfAccount": {
          "id": "text",
          "glcode": "text",
          "name": "text",
          "accountCodePurpose": {
            "id": "text",
            "name": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "description": "text",
          "isActiveForPosting": true,
          "parentId": 1,
          "type": "text",
          "classification": 1,
          "functionRequired": true,
          "budgetCheckRequired": true,
          "majorCode": "text",
          "isSubLedger": true,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "accountNumber": "text",
        "accountType": "text",
        "description": "text",
        "active": true,
        "payTo": "text",
        "type": "RECEIPTS",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "ifscCode": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the suppliers

post

Update any of the suppliers

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of Supplier items are used in case of create or update

Responses
200
Supplier updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/suppliers/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 16474

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "suppliers": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "address": "text",
      "mobile": "text",
      "email": "text",
      "description": "text",
      "active": true,
      "panNo": "text",
      "tinNo": "text",
      "registationNo": "text",
      "bankAccount": {
        "id": "text",
        "bankBranch": {
          "id": "text",
          "bank": {
            "id": "text",
            "code": "text",
            "name": "text",
            "description": "text",
            "active": true,
            "type": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "code": "text",
          "name": "text",
          "address": "text",
          "address2": "text",
          "city": "text",
          "state": "text",
          "pincode": "text",
          "phone": "text",
          "fax": "text",
          "contactPerson": "text",
          "active": true,
          "description": "text",
          "micr": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "chartOfAccount": {
          "id": "text",
          "glcode": "text",
          "name": "text",
          "accountCodePurpose": {
            "id": "text",
            "name": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "description": "text",
          "isActiveForPosting": true,
          "parentId": 1,
          "type": "text",
          "classification": 1,
          "functionRequired": true,
          "budgetCheckRequired": true,
          "majorCode": "text",
          "isSubLedger": true,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "accountNumber": "text",
        "accountType": "text",
        "description": "text",
        "active": true,
        "payTo": "text",
        "type": "RECEIPTS",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "ifscCode": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "suppliers": [
    {
      "id": "text",
      "code": "text",
      "name": "text",
      "address": "text",
      "mobile": "text",
      "email": "text",
      "description": "text",
      "active": true,
      "panNo": "text",
      "tinNo": "text",
      "registationNo": "text",
      "bankAccount": {
        "id": "text",
        "bankBranch": {
          "id": "text",
          "bank": {
            "id": "text",
            "code": "text",
            "name": "text",
            "description": "text",
            "active": true,
            "type": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "code": "text",
          "name": "text",
          "address": "text",
          "address2": "text",
          "city": "text",
          "state": "text",
          "pincode": "text",
          "phone": "text",
          "fax": "text",
          "contactPerson": "text",
          "active": true,
          "description": "text",
          "micr": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "chartOfAccount": {
          "id": "text",
          "glcode": "text",
          "name": "text",
          "accountCodePurpose": {
            "id": "text",
            "name": "text",
            "auditDetails": {
              "tenantId": "text",
              "createdBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "lastModifiedBy": {
                "id": 1,
                "userName": "text",
                "password": "password",
                "salutation": "text",
                "name": "text",
                "gender": "text",
                "mobileNumber": "text",
                "emailId": "text",
                "altContactNumber": "text",
                "pan": "text",
                "aadhaarNumber": "text",
                "permanentAddress": "text",
                "permanentCity": "text",
                "permanentPincode": "text",
                "correspondenceCity": "text",
                "correspondencePincode": "text",
                "correspondenceAddress": "text",
                "active": true,
                "dob": "2025-06-01",
                "pwdExpiryDate": "2025-06-01",
                "locale": "text",
                "type": "text",
                "signature": "text",
                "accountLocked": true,
                "roles": [
                  {
                    "id": 1,
                    "name": "text",
                    "code": "text",
                    "description": "text",
                    "createdBy": 1,
                    "createdDate": "2025-06-01",
                    "lastModifiedBy": 1,
                    "lastModifiedDate": "2025-06-01",
                    "tenantId": "text"
                  }
                ],
                "fatherOrHusbandName": "text",
                "bloodGroup": "text",
                "identificationMark": "text",
                "photo": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "otpReference": "text",
                "tenantId": "text"
              },
              "createdDate": "2025-06-01",
              "lastModifiedDate": "2025-06-01"
            }
          },
          "description": "text",
          "isActiveForPosting": true,
          "parentId": 1,
          "type": "text",
          "classification": 1,
          "functionRequired": true,
          "budgetCheckRequired": true,
          "majorCode": "text",
          "isSubLedger": true,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "fund": {
          "id": "text",
          "name": "text",
          "code": "text",
          "identifier": "text",
          "parent": 1,
          "active": true,
          "isParent": true,
          "level": 1,
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "accountNumber": "text",
        "accountType": "text",
        "description": "text",
        "active": true,
        "payTo": "text",
        "type": "RECEIPTS",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "ifscCode": "text",
      "bank": {
        "id": "text",
        "code": "text",
        "name": "text",
        "description": "text",
        "active": true,
        "type": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of accountdetailtypes

post

accountdetailtypes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

namestring ยท max: 50Optional

name of the AccountDetailType

descriptionstring ยท max: 50Optional

description of the AccountDetailType

tableNamestring ยท max: 25Optional

table name of the AccountDetailType

activebooleanOptional

Whether AccountDetailType is Active or not. If the value is TRUE, then AccountDetailType is active,If the value is FALSE then AccountDetailType is inactive,Default value is TRUE

fullyQualifiedNamestring ยท max: 250Optional

fully qualified name of the AccountDetailType

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
AccountDetailType retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountdetailtypes/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountDetailTypes": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "tableName": "text",
      "active": true,
      "fullyQualifiedName": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new accountdetailtypes

post

Create new accountdetailtypes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountDetailType items are used in case of create or update

Responses
201
AccountDetailType created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountdetailtypes/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2372

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountDetailTypes": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "tableName": "text",
      "active": true,
      "fullyQualifiedName": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountDetailTypes": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "tableName": "text",
      "active": true,
      "fullyQualifiedName": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the accountdetailtypes

post

Update any of the accountdetailtypes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountDetailType items are used in case of create or update

Responses
200
AccountDetailType updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountdetailtypes/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2372

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountDetailTypes": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "tableName": "text",
      "active": true,
      "fullyQualifiedName": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountDetailTypes": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "tableName": "text",
      "active": true,
      "fullyQualifiedName": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of accountdetailkeys

post

accountdetailkeys

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

keystringOptional

key of the AccountDetailKey

accountDetailTypeinteger ยท int64Optional

account detail type of the AccountDetailKey

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
AccountDetailKey retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountdetailkeys/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountDetailKeys": [
    {
      "id": "text",
      "key": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new accountdetailkeys

post

Create new accountdetailkeys

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountDetailKey items are used in case of create or update

Responses
201
AccountDetailKey created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountdetailkeys/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4281

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountDetailKeys": [
    {
      "id": "text",
      "key": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountDetailKeys": [
    {
      "id": "text",
      "key": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the accountdetailkeys

post

Update any of the accountdetailkeys

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountDetailKey items are used in case of create or update

Responses
200
AccountDetailKey updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountdetailkeys/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4281

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountDetailKeys": [
    {
      "id": "text",
      "key": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountDetailKeys": [
    {
      "id": "text",
      "key": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of accountentities

post

accountentities

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

accountDetailTypeinteger ยท int64Optional

account detail type of the AccountEntity

codestring ยท max: 25Optional

code of the AccountEntity

namestring ยท max: 350Optional

name of the AccountEntity

activebooleanOptional

Whether AccountEntity is Active or not. If the value is TRUE, then AccountEntity is active,If the value is FALSE then AccountEntity is inactive,Default value is TRUE

descriptionstring ยท max: 256Optional

description of the AccountEntity

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
AccountEntity retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountentities/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountEntities": [
    {
      "id": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "active": true,
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new accountentities

post

Create new accountentities

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountEntity items are used in case of create or update

Responses
201
AccountEntity created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountentities/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4329

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountEntities": [
    {
      "id": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "active": true,
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountEntities": [
    {
      "id": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "active": true,
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the accountentities

post

Update any of the accountentities

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountEntity items are used in case of create or update

Responses
200
AccountEntity updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountentities/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4329

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountEntities": [
    {
      "id": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "active": true,
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountEntities": [
    {
      "id": "text",
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "code": "text",
      "name": "text",
      "active": true,
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of accountcodepurposes

post

accountcodepurposes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

namestring ยท max: 256Optional

name of the AccountCodePurpose

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
AccountCodePurpose retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountcodepurposes/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountCodePurposes": [
    {
      "id": "text",
      "name": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new accountcodepurposes

post

Create new accountcodepurposes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountCodePurpose items are used in case of create or update

Responses
201
AccountCodePurpose created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountcodepurposes/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2291

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountCodePurposes": [
    {
      "id": "text",
      "name": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountCodePurposes": [
    {
      "id": "text",
      "name": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the accountcodepurposes

post

Update any of the accountcodepurposes

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of AccountCodePurpose items are used in case of create or update

Responses
200
AccountCodePurpose updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/accountcodepurposes/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2291

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "accountCodePurposes": [
    {
      "id": "text",
      "name": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "accountCodePurposes": [
    {
      "id": "text",
      "name": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of chartofaccounts

post

chartofaccounts

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

glcodestring ยท max: 16Optional

glcode is the Account Code or Account Head in Accounting terms.It may be Major head,Minor head or Detailed head.It is numeric examples are 1,110,1101,1101001,2,210,21000,210010

namestring ยท max: 128Optional

name is the name of the account code . for example 110 glcode has the name "Tax Revenue"

accountCodePurposeinteger ยท int64Optional

accountCodePurpose is the mapped AccountCodePurpose . This mapping can happen at any level say Major,minor or detailed. When Account code is searched 1. If mapped at major code then it lists major and all other codes under that major code 2. If mapped at minor code then it list minor code and all other codes under that minor code 3. If mapped at detailed code then it lists only that code

descriptionstring ยท max: 256Optional

description is the more detailed description about the account code

isActiveForPostingbooleanOptional

isActiveForPosting true will be considered for transactions. All major,minor codes will be false and only detailed code will be true . Further any account code can be disabled for transaction by making this field false

parentIdinteger ยท int64Optional

parentId is the id of other account code in the chart of account .Chart of account is created in tree structure. Any code can have other code as parent . All minor code will have manjor code as parent . All detailed code will have minor code as parent only leaf account code that is which is not parent for any account code will used for transactions.

typestringOptional

type is a single character representation of account code type I: Income E: Expenditure L: Liability A: Asset Account code for all I start with 1 Account code for all E start with 2 Account code for all L start with 3 Account code for all A start with 4

classificationinteger ยท int64Optional

classification is internal to the system. This tells whether the code is Major ,Minor,Subminor or detailed. Major code classification value is 1 Minor code is 2 Subminor code is 3 Detailed code is 4. Only classification 4 and is activeforposting=true will be used in transactions. Reports can be generated at any level.

functionRequiredbooleanOptional

functionRequired field specifies while transacting with this accountcode is the function is mandatory or not . For any account code this field is set to true then all transactions expect a fun=ction code to be passed along with account code

budgetCheckRequiredbooleanOptional

budgetCheckRequired field specifies whether budgeting check required for this account code. Apart from global Budgetcheck configuration this is where glcode wise budget check decision is made.

majorCodestring ยท max: 16Optional

major code of the ChartOfAccount

isSubLedgerbooleanOptional

is sub ledger of the ChartOfAccount

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
ChartOfAccount retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/chartofaccounts/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "chartOfAccounts": [
    {
      "id": "text",
      "glcode": "text",
      "name": "text",
      "accountCodePurpose": {
        "id": "text",
        "name": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "description": "text",
      "isActiveForPosting": true,
      "parentId": 1,
      "type": "text",
      "classification": 1,
      "functionRequired": true,
      "budgetCheckRequired": true,
      "majorCode": "text",
      "isSubLedger": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new chartofaccounts

post

Create new chartofaccounts

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of ChartOfAccount items are used in case of create or update

Responses
201
ChartOfAccount created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/chartofaccounts/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4397

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "chartOfAccounts": [
    {
      "id": "text",
      "glcode": "text",
      "name": "text",
      "accountCodePurpose": {
        "id": "text",
        "name": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "description": "text",
      "isActiveForPosting": true,
      "parentId": 1,
      "type": "text",
      "classification": 1,
      "functionRequired": true,
      "budgetCheckRequired": true,
      "majorCode": "text",
      "isSubLedger": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "chartOfAccounts": [
    {
      "id": "text",
      "glcode": "text",
      "name": "text",
      "accountCodePurpose": {
        "id": "text",
        "name": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "description": "text",
      "isActiveForPosting": true,
      "parentId": 1,
      "type": "text",
      "classification": 1,
      "functionRequired": true,
      "budgetCheckRequired": true,
      "majorCode": "text",
      "isSubLedger": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the chartofaccounts

post

Update any of the chartofaccounts

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of ChartOfAccount items are used in case of create or update

Responses
200
ChartOfAccount updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/chartofaccounts/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 4397

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "chartOfAccounts": [
    {
      "id": "text",
      "glcode": "text",
      "name": "text",
      "accountCodePurpose": {
        "id": "text",
        "name": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "description": "text",
      "isActiveForPosting": true,
      "parentId": 1,
      "type": "text",
      "classification": 1,
      "functionRequired": true,
      "budgetCheckRequired": true,
      "majorCode": "text",
      "isSubLedger": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "chartOfAccounts": [
    {
      "id": "text",
      "glcode": "text",
      "name": "text",
      "accountCodePurpose": {
        "id": "text",
        "name": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "description": "text",
      "isActiveForPosting": true,
      "parentId": 1,
      "type": "text",
      "classification": 1,
      "functionRequired": true,
      "budgetCheckRequired": true,
      "majorCode": "text",
      "isSubLedger": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of chartofaccountdetails

post

chartofaccountdetails

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

chartOfAccountinteger ยท int64Optional

chart of account of the ChartOfAccountDetail

accountDetailTypeinteger ยท int64Optional

account detail type of the ChartOfAccountDetail

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
ChartOfAccountDetail retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/chartofaccountdetails/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "chartOfAccountDetails": [
    {
      "id": "text",
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new chartofaccountdetails

post

Create new chartofaccountdetails

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of ChartOfAccountDetail items are used in case of create or update

Responses
201
ChartOfAccountDetail created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/chartofaccountdetails/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 8290

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "chartOfAccountDetails": [
    {
      "id": "text",
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "chartOfAccountDetails": [
    {
      "id": "text",
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the chartofaccountdetails

post

Update any of the chartofaccountdetails

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of ChartOfAccountDetail items are used in case of create or update

Responses
200
ChartOfAccountDetail updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/chartofaccountdetails/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 8290

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "chartOfAccountDetails": [
    {
      "id": "text",
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "chartOfAccountDetails": [
    {
      "id": "text",
      "chartOfAccount": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountDetailType": {
        "id": "text",
        "name": "text",
        "description": "text",
        "tableName": "text",
        "active": true,
        "fullyQualifiedName": "text",
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of budgetgroups

post

budgetgroups

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

namestring ยท max: 250Optional

name of the BudgetGroup

descriptionstring ยท max: 250Optional

description of the BudgetGroup

majorCodeinteger ยท int64Optional

major code of the BudgetGroup

maxCodeinteger ยท int64Optional

max code of the BudgetGroup

minCodeinteger ยท int64Optional

min code of the BudgetGroup

activebooleanOptional

Whether BudgetGroup is Active or not. If the value is TRUE, then BudgetGroup is active,If the value is FALSE then BudgetGroup is inactive,Default value is TRUE

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
BudgetGroup retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/budgetgroups/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "budgetGroups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "majorCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "maxCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "minCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountType": "REVENUE_RECEIPTS",
      "budgetingType": "ALL",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new budgetgroups

post

Create new budgetgroups

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of BudgetGroup items are used in case of create or update

Responses
201
BudgetGroup created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/budgetgroups/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 14409

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "budgetGroups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "majorCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "maxCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "minCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountType": "REVENUE_RECEIPTS",
      "budgetingType": "ALL",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "budgetGroups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "majorCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "maxCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "minCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountType": "REVENUE_RECEIPTS",
      "budgetingType": "ALL",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the budgetgroups

post

Update any of the budgetgroups

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of BudgetGroup items are used in case of create or update

Responses
200
BudgetGroup updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/budgetgroups/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 14409

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "budgetGroups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "majorCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "maxCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "minCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountType": "REVENUE_RECEIPTS",
      "budgetingType": "ALL",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "budgetGroups": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "majorCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "maxCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "minCode": {
        "id": "text",
        "glcode": "text",
        "name": "text",
        "accountCodePurpose": {
          "id": "text",
          "name": "text",
          "auditDetails": {
            "tenantId": "text",
            "createdBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "lastModifiedBy": {
              "id": 1,
              "userName": "text",
              "password": "password",
              "salutation": "text",
              "name": "text",
              "gender": "text",
              "mobileNumber": "text",
              "emailId": "text",
              "altContactNumber": "text",
              "pan": "text",
              "aadhaarNumber": "text",
              "permanentAddress": "text",
              "permanentCity": "text",
              "permanentPincode": "text",
              "correspondenceCity": "text",
              "correspondencePincode": "text",
              "correspondenceAddress": "text",
              "active": true,
              "dob": "2025-06-01",
              "pwdExpiryDate": "2025-06-01",
              "locale": "text",
              "type": "text",
              "signature": "text",
              "accountLocked": true,
              "roles": [
                {
                  "id": 1,
                  "name": "text",
                  "code": "text",
                  "description": "text",
                  "createdBy": 1,
                  "createdDate": "2025-06-01",
                  "lastModifiedBy": 1,
                  "lastModifiedDate": "2025-06-01",
                  "tenantId": "text"
                }
              ],
              "fatherOrHusbandName": "text",
              "bloodGroup": "text",
              "identificationMark": "text",
              "photo": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "otpReference": "text",
              "tenantId": "text"
            },
            "createdDate": "2025-06-01",
            "lastModifiedDate": "2025-06-01"
          }
        },
        "description": "text",
        "isActiveForPosting": true,
        "parentId": 1,
        "type": "text",
        "classification": 1,
        "functionRequired": true,
        "budgetCheckRequired": true,
        "majorCode": "text",
        "isSubLedger": true,
        "auditDetails": {
          "tenantId": "text",
          "createdBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "lastModifiedBy": {
            "id": 1,
            "userName": "text",
            "password": "password",
            "salutation": "text",
            "name": "text",
            "gender": "text",
            "mobileNumber": "text",
            "emailId": "text",
            "altContactNumber": "text",
            "pan": "text",
            "aadhaarNumber": "text",
            "permanentAddress": "text",
            "permanentCity": "text",
            "permanentPincode": "text",
            "correspondenceCity": "text",
            "correspondencePincode": "text",
            "correspondenceAddress": "text",
            "active": true,
            "dob": "2025-06-01",
            "pwdExpiryDate": "2025-06-01",
            "locale": "text",
            "type": "text",
            "signature": "text",
            "accountLocked": true,
            "roles": [
              {
                "id": 1,
                "name": "text",
                "code": "text",
                "description": "text",
                "createdBy": 1,
                "createdDate": "2025-06-01",
                "lastModifiedBy": 1,
                "lastModifiedDate": "2025-06-01",
                "tenantId": "text"
              }
            ],
            "fatherOrHusbandName": "text",
            "bloodGroup": "text",
            "identificationMark": "text",
            "photo": "text",
            "createdBy": 1,
            "createdDate": "2025-06-01",
            "lastModifiedBy": 1,
            "lastModifiedDate": "2025-06-01",
            "otpReference": "text",
            "tenantId": "text"
          },
          "createdDate": "2025-06-01",
          "lastModifiedDate": "2025-06-01"
        }
      },
      "accountType": "REVENUE_RECEIPTS",
      "budgetingType": "ALL",
      "active": true,
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of financialstatuses

post

financialstatuses

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

moduleTypestringOptional

module type of the FinancialStatus

codestringOptional

code of the FinancialStatus

namestringOptional

name of the FinancialStatus

descriptionstringOptional

description of the FinancialStatus

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
FinancialStatus retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialstatuses/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialStatuses": [
    {
      "id": "text",
      "moduleType": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new financialstatuses

post

Create new financialstatuses

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FinancialStatus items are used in case of create or update

Responses
201
FinancialStatus created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialstatuses/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2344

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "financialStatuses": [
    {
      "id": "text",
      "moduleType": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialStatuses": [
    {
      "id": "text",
      "moduleType": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the financialstatuses

post

Update any of the financialstatuses

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FinancialStatus items are used in case of create or update

Responses
200
FinancialStatus updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialstatuses/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2344

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "financialStatuses": [
    {
      "id": "text",
      "moduleType": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialStatuses": [
    {
      "id": "text",
      "moduleType": "text",
      "code": "text",
      "name": "text",
      "description": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Get the list of financialconfigurations

post

financialconfigurations

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

idsstring[] ยท max: 50Optional

comma seperated list of Ids

namestringOptional

name of the FinancialConfiguration

descriptionstringOptional

description of the FinancialConfiguration

modulestringOptional

module of the FinancialConfiguration

pageSizeinteger ยท int32Optional

pageSize

offsetinteger ยท int32Optional

offset

sortBystringOptional

This takes any field from the Object seperated by comma and asc,desc keywords.
example name asc,code desc or name,code or name,code desc

Body

RequestInfo should be used to carry meta information about the requests to the server as described in the fields below. All eGov APIs will use requestinfo as a part of the request body to carry this meta information. Some of this information will be returned back from the server as part of the ResponseInfo in the response body to ensure correlation.

apiIdstring ยท max: 128Required

unique API ID

verstring ยท max: 32Required

API version - for HTTP based request this will be same as used in path

tsinteger ยท int64Required

time in epoch

actionstring ยท max: 32Required

API action to be performed like _create, _update, _search (denoting POST, PUT, GET) or _oauth etc

didstring ยท max: 1024Optional

Device ID from which the API is called

keystring ยท max: 256Optional

API key (API key provided to the caller in case of server to server communication)

msgIdstring ยท max: 256Required

Unique request message id from the caller

requesterIdstring ยท max: 256Optional

UserId of the user calling

authTokenstringOptional

//session/jwt/saml token/oauth token - the usual value that would go into HTTP bearer token

correlationIdstringRead-onlyOptional
Responses
200
FinancialConfiguration retrieved Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialconfigurations/_search?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 360

{
  "apiId": "text",
  "ver": "text",
  "ts": 1,
  "action": "text",
  "did": "text",
  "key": "text",
  "msgId": "text",
  "requesterId": "text",
  "authToken": "text",
  "userInfo": {
    "tenantId": "text",
    "id": 1,
    "userName": "text",
    "mobile": "text",
    "email": "text",
    "primaryrole": [
      {
        "name": "text",
        "description": "text"
      }
    ],
    "additionalroles": [
      {
        "tenantId": "text",
        "roles": [
          {
            "name": "text",
            "description": "text"
          }
        ]
      }
    ]
  }
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialConfigurations": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "module": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Create new financialconfigurations

post

Create new financialconfigurations

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FinancialConfiguration items are used in case of create or update

Responses
201
FinancialConfiguration created Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialconfigurations/_create?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2332

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "financialConfigurations": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "module": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialConfigurations": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "module": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}

Update any of the financialconfigurations

post

Update any of the financialconfigurations

Query parameters
tenantIdstring ยท varcharRequired

Unique id for a tenant.

Body

Contract class for web request. Array of FinancialConfiguration items are used in case of create or update

Responses
200
FinancialConfiguration updated Successfully
*/*
400
Invalid Input
*/*
post
POST /egf-master/v110/financialconfigurations/_update?tenantId=text HTTP/1.1
Host: 
Content-Type: */*
Accept: */*
Content-Length: 2332

{
  "requestInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "action": "text",
    "did": "text",
    "key": "text",
    "msgId": "text",
    "requesterId": "text",
    "authToken": "text",
    "userInfo": {
      "tenantId": "text",
      "id": 1,
      "userName": "text",
      "mobile": "text",
      "email": "text",
      "primaryrole": [
        {
          "name": "text",
          "description": "text"
        }
      ],
      "additionalroles": [
        {
          "tenantId": "text",
          "roles": [
            {
              "name": "text",
              "description": "text"
            }
          ]
        }
      ]
    }
  },
  "financialConfigurations": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "module": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ]
}
{
  "responseInfo": {
    "apiId": "text",
    "ver": "text",
    "ts": 1,
    "resMsgId": "text",
    "msgId": "text",
    "status": "SUCCESSFUL"
  },
  "financialConfigurations": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "module": "text",
      "auditDetails": {
        "tenantId": "text",
        "createdBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "lastModifiedBy": {
          "id": 1,
          "userName": "text",
          "password": "password",
          "salutation": "text",
          "name": "text",
          "gender": "text",
          "mobileNumber": "text",
          "emailId": "text",
          "altContactNumber": "text",
          "pan": "text",
          "aadhaarNumber": "text",
          "permanentAddress": "text",
          "permanentCity": "text",
          "permanentPincode": "text",
          "correspondenceCity": "text",
          "correspondencePincode": "text",
          "correspondenceAddress": "text",
          "active": true,
          "dob": "2025-06-01",
          "pwdExpiryDate": "2025-06-01",
          "locale": "text",
          "type": "text",
          "signature": "text",
          "accountLocked": true,
          "roles": [
            {
              "id": 1,
              "name": "text",
              "code": "text",
              "description": "text",
              "createdBy": 1,
              "createdDate": "2025-06-01",
              "lastModifiedBy": 1,
              "lastModifiedDate": "2025-06-01",
              "tenantId": "text"
            }
          ],
          "fatherOrHusbandName": "text",
          "bloodGroup": "text",
          "identificationMark": "text",
          "photo": "text",
          "createdBy": 1,
          "createdDate": "2025-06-01",
          "lastModifiedBy": 1,
          "lastModifiedDate": "2025-06-01",
          "otpReference": "text",
          "tenantId": "text"
        },
        "createdDate": "2025-06-01",
        "lastModifiedDate": "2025-06-01"
      }
    }
  ],
  "page": {
    "totalResults": 1,
    "totalPages": 1,
    "pageSize": 1,
    "currentPage": 1,
    "offSet": 1
  }
}