Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

then it redirects to Search Connection Page with a Mode as update and then user can Provide Consumer specific Details to search Consumer. The Search Result Screen has a Button called Edit Consumer on click user will be navigate to Update consumer Screen.

SL

Fields

Validations

1

consumer Name*

[A-Za-z ]

2

Gender*

None

3

Spouse/Parent’s Name*

[A-Za-z ]

4

Phone Number*

[0-9]

5

Old Connection No

None

6

Door Number

None

7

Street Name/Number

None

8

Gram Panchayat Name*

None- Disabled

9

Propert Type*

None

10

Service Type*

None

11

Meter Id

[a-zA-Z0-9]

12

Meter Reading

[0-9]

13

Billing Cycle

None

14

Arrears

[0-9.]

Note : All fields are validated on Submit apart from Phone number which get’s validated on change.

 

API details

SL

API

Params

Description

SL

API

Params

Description

1

/egov-mdms-service/v1/_search

[{"moduleName":"ws-services-masters","masterDetails":[{"name":"connectionType"}]},{"moduleName":"PropertyTax","masterDetails":[{"name":"PropertyType"}]},{"moduleName":"BillingService","masterDetails":[{"name":"TaxPeriod","filter":"[?(@.service=='WS' && @.fromDate <= 1631989800000 && @.toDate >= 1631989800000)]

To get the Property Type and service Type and billing cycle values for the Dropdown

2

egov-location/location/v11/boundarys/_search?

hierarchyTypeCode=REVENUE&boundaryType=Locality&tenantId={tenantID}

To get the values for Locality DropDow

Components utilised from Widgets Library

...