Search Connection

Overview

Users are redirected to this screen once they click on the Collect Payment card or the Update Consumer Details card or the Download Bills and Receipts card on the home screen. ​

Link

→ {base url}/mgramseva/home/householdSearch?Mode=collect

→ {base url}/mgramseva/home/consumersearchupdate?Mode=update

→ {base url}/mgramseva/home/householdReceiptsSearch?Mode=receipts

User Interaction On Screen

  • Users can search the consumer/connection with their Mobile Number / Name / Old Connection ID / New Connection ID ( Search with any one of these)

  • Click on Search to get the household details of the Consumer/Connection.

Files Path

Field Validations

FieldsValidations

Owner Mobile Number

r'^(?:[+0]9)?[0-9]{10}$'

Name of the Consumer

r'^[A-Za-z ]'

Old Connection ID

No Validation

New Connection ID

No Validation

API Details

End PointRequest MethodRequest Info

/ws-services/wc/_search

POST

tenantId: {}

oldConnectionNumber: {}

name: {}

connectionNumber: {}

mobileNumber: {}

Stack

1 → Home Screen. + Search Connection Screen

Pop → Home Screen

Widgets utilised from Library

WidgetsFile PathDescription

BuildTextField

Text Field

BottomButtonBar

Button

Last updated