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
  • mCollect Service Entity Details
  • Data Constructs
  • echallan_id
  • echallan_address
  • Mapping Constructs

Was this helpful?

Export as PDF
  1. Archived-docs
  2. DIGIT Urban Service Specs
  3. Miscellaneous Collection Service

Miscellaneous Collections Data Model

PreviousMiscellaneous Collections TaxonomyNextMiscellaneous Collection API

Last updated 2 years ago

Was this helpful?

eChallan or the mCollect system enables employees to generate the challans for Adhoc services so that the payment can be recorded into the system along with service-specific details.

mCollect Service Entity Details

Data Constructs

echallan_id

This table store the challan details created by an employee for the ad-hoc services.

Attribute Name
Data Type
Definition
Mandatory (Y/N)

id (PK)

varchar

The system generated unique id(UUID)

Y

accountid

varchar

UUID of the user(citizen) requesting the service

Y

tenantid

varchar

Unique identifier for a tenant to which user primarily belongs

Y

challanNo

varchar

Unique ref Number for the Challan created

Y

businessService

varchar

The category for which the Challan is created

Y

referenceid

varchar

Unique identifier of the entity for which the challan is generated

N

applicationStatus

varchar

Challan status - Active, Expired and Cancelled

Y

additionalDetail

jsonb

Json object to capture any extra information which is not accommodated in the model

N

taxperiodFrom

int

Date range used for demand generation for the challan

Y

taxperiodTo

int

Date range used for demand generation for the challan

Y

createdby

varchar

username (preferred) or userid of the user that created the object

Y

lastmodifiedby

varchar

username (preferred) or userid of the user that last modified the object

Y

createdtime

int

epoch of the time object is created

Y

lastmodifiedtime

int

epoch of the time object is modified last

Y

filestoreid

varchar

Filestore id of challan pdf

N

description

varchar

Additional information or description of the challan

N

Attribute Name
Mapping Details

id (primary key)

$.Challan.id

accountid

$.Challan.citizen.uuid

tenantid

$.Challan.tenantId

challanNo

$.Challan.challanNo

businessService

$.Challan.businessService

referenceid

$.Challan.referenceId

applicationStatus

$.Challan.applicationStatus

additionalDetail

$.Challan.additionalDetail

taxperiodFrom

$.Challan.taxPeriodFrom

taxperiodTo

$.Challan.taxPeriodTo

createdby

$.Challan.auditDetails.createdBy

lastmodifiedby

$.Challan.auditDetails.lastModifiedBy

createdtime

$.Challan.auditDetails.createdTime

lastmodifiedtime

$.Challan.auditDetails.lastModifiedTime

filestoreid

$.Challan.filestoreid

description

$.Challan.description

echallan_address

This table stores the address details of the citizen (applicant) to whom challan is issued.

Attribute Name
Data Type
Definition
Mandatory (Y/N)

id (PK)

varchar

The system generated unique id(UUID)

Y

tenantid

varchar

Unique Identifier of the tenant to which user primarily belongs

Y

doorno

varchar

House number or door number of the building of user

N

plotno

varchar

Plot number of the house

N

latitude

FLOAT

The latitude location details of the user address

N

longitude

FLOAT

The longitude location details of the user address

N

buildingName

varchar

Name of the building

N

landmark

varchar

Additional location detail to help find the address of user

N

street

varchar

Street name

N

city

varchar

City of the address. It can be representated by the tenantid

N

district

varchar

The district of the address

N

region

varchar

The region where user resides

N

state

varchar

The State where user resides

N

country

varchar

Country of user

N

locality

varchar

Locality of user

Y

pincode

varchar

PIN code of the address. Indian pincodes will usually be all numbers.

N

detail

varchar

more address detail as may be needed

N

echallanid (FK)

varchar

Unique identifier of the challan

Y

createdby

varchar

username (preferred) or userid of the user that created the object

Y

lastmodifiedby

varchar

username (preferred) or userid of the user that last modified the object

Y

createdtime

int

epoch of the time object is created

Y

lastmodifiedtime

int

epoch of the time object is modified last

Y

Attribute Name
Mapping Details

id (primary key)

$.Challan.address.id

tenantid

$.Challan.address.tenantId

doorno

$.Challan.address.doorNo

plotno

$.Challan.address.plotNo

latitude

$.Challan.address.latitude

longitude

$.Challan.address.longitude

buildingName

$.Challan.address.buildingName

landmark

$.Challan.address.landmark

street

$.Challan.address.street

city

$.Challan.address.city

district

$.Challan.address.district

region

$.Challan.address.region

state

$.Challan.address.state

country

$.Challan.address.country

locality

$.Challan.address.locality.code

pincode

$.Challan.address.pincode

detail

$.Challan.address.detail

echallanid (foreign key)

$.Challan.id

createdby

$.Challan.auditDetails.createdBy

lastmodifiedby

$.Challan.auditDetails.lastModifiedBy

createdtime

$.Challan.auditDetails.createdTime

lastmodifiedtime

$.Challan.auditDetails.lastModifiedTime

Mapping Constructs

All content on this page by is licensed under a .

eGov Foundation
Creative Commons Attribution 4.0 International License
echallan_id
echallan_address
Creative Commons License