POST apis/Parent/LoginParentWithoutLoc?cell={cell}&contPin={contPin}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cell

string

Required

contPin

string

Required

Body Parameters

None.

Response Information

Resource Description

Customers
NameDescriptionTypeAdditional information
cstID

globally unique identifier

None.

enqID

globally unique identifier

None.

locID

globally unique identifier

Required

locName

string

None.

sysGroup

string

None.

cstName

string

Required

reference

string

None.

cstTypeID

globally unique identifier

None.

cstType

string

None.

statusID

globally unique identifier

None.

statusName

string

None.

ledSrcID

globally unique identifier

None.

ledSrcName

string

None.

groupID

globally unique identifier

None.

groupName

string

None.

bal

decimal number

None.

dtFirstCont

date

None.

cstContTypeID

globally unique identifier

None.

cstContType

string

None.

relID

globally unique identifier

None.

relName

string

None.

contFName

string

None.

contLName

string

None.

contFullName

string

None.

contMI

string

None.

contTitle

string

None.

add1

string

None.

add2

string

None.

city

string

None.

state

string

None.

zip

string

None.

homePh

string

None.

workPh

string

None.

cell

string

None.

workExt

string

None.

email

string

None.

noOfChilds

integer

None.

isSchoolEmployee

boolean

None.

pic

string

None.

contPin

string

None.

contClass

string

None.

contSSN

string

None.

employer

string

None.

isEmergCont

boolean

None.

canPickup

boolean

None.

showPickupList

boolean

None.

userCstContID

integer

None.

cnic

string

None.

cnicExp

date

None.

occupation

string

None.

designation

string

None.

refferencePerson

string

None.

contRefPerson

string

None.

empCode

string

None.

remarks

string

None.

active

boolean

None.

createdBy

string

None.

createdDate

date

None.

modifiedBy

string

None.

modifiedDate

date

None.

rowID

integer

None.

objCstContactList

Collection of Object

None.

objCF_CustomersList

Collection of Object

None.

objEmpIdentificationsList

Collection of Object

None.

objEmpReferencesList

Collection of Object

None.

objContactsList

Collection of Object

None.

objOtherChildrensList

Collection of Object

None.

objFamilyNotesList

Collection of Object

None.

COAID

globally unique identifier

None.

cstContID

globally unique identifier

None.

success

boolean

None.

message

string

None.

validationResult

EntityValidationResult

None.

pageNumber

integer

None.

pageSize

integer

None.

PageCount

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "cstID": "1e74235b-135e-433d-9563-af509be3ab56",
  "enqID": "42a9823d-6941-4d4d-89c6-a02076549e3c",
  "locID": "b74a148f-39b7-44e5-82c5-c643858d1a40",
  "locName": "sample string 4",
  "sysGroup": "sample string 5",
  "cstName": "sample string 6",
  "reference": "sample string 7",
  "cstTypeID": "58925fde-c9aa-4685-8c06-ab9c0c2f5060",
  "cstType": "sample string 9",
  "statusID": "1bb746f8-a9b8-439f-9f89-b73fe6f15c42",
  "statusName": "sample string 11",
  "ledSrcID": "30563496-9dc9-4b9b-9599-f2afea5cd34a",
  "ledSrcName": "sample string 13",
  "groupID": "8ca7ed97-73b7-467a-a506-190b6e703134",
  "groupName": "sample string 15",
  "bal": 16.0,
  "dtFirstCont": "2026-02-19T17:29:19.0734847+05:00",
  "cstContTypeID": "d4400a3d-e67a-483f-a862-7904336ec1e4",
  "cstContType": "sample string 19",
  "relID": "607ab5d4-f8a5-4dc2-82b7-ac2f9e72224d",
  "relName": "sample string 21",
  "contFName": "sample string 22",
  "contLName": "sample string 23",
  "contFullName": "sample string 24",
  "contMI": "sample string 25",
  "contTitle": "sample string 26",
  "add1": "sample string 27",
  "add2": "sample string 28",
  "city": "sample string 29",
  "state": "sample string 30",
  "zip": "sample string 31",
  "homePh": "sample string 32",
  "workPh": "sample string 33",
  "cell": "sample string 34",
  "workExt": "sample string 35",
  "email": "sample string 36",
  "noOfChilds": 37,
  "isSchoolEmployee": true,
  "pic": "sample string 39",
  "contPin": "sample string 40",
  "contClass": "sample string 41",
  "contSSN": "sample string 42",
  "employer": "sample string 43",
  "isEmergCont": true,
  "canPickup": true,
  "showPickupList": true,
  "userCstContID": 47,
  "cnic": "sample string 48",
  "cnicExp": "2026-02-19T17:29:19.0734847+05:00",
  "occupation": "sample string 50",
  "designation": "sample string 51",
  "refferencePerson": "sample string 52",
  "contRefPerson": "sample string 53",
  "empCode": "sample string 54",
  "remarks": "sample string 55",
  "active": true,
  "createdBy": "sample string 57",
  "createdDate": "2026-02-19T17:29:19.0734847+05:00",
  "modifiedBy": "sample string 59",
  "modifiedDate": "2026-02-19T17:29:19.0734847+05:00",
  "rowID": 61,
  "objCstContactList": null,
  "objCF_CustomersList": null,
  "objEmpIdentificationsList": null,
  "objEmpReferencesList": null,
  "objContactsList": null,
  "objOtherChildrensList": null,
  "objFamilyNotesList": null,
  "COAID": "8342c726-b670-49ed-b7b7-e2a0e80d706c",
  "cstContID": "eb16df1a-a88a-4897-82d4-5a2a4b373703",
  "success": true,
  "message": "sample string 65",
  "validationResult": {
    "Errors": [],
    "HasError": false,
    "ErrorSummary": ""
  },
  "pageNumber": 66,
  "pageSize": 67,
  "PageCount": 68.0
}