GET api/Customer/GetCustomerByMobile?mobile={mobile}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
mobile

string

Required

Body Parameters

None.

Response Information

Resource Description

CustomerDto
NameDescriptionTypeAdditional information
CustomerId

integer

None.

FirstName

string

None.

LastName

string

None.

ContactId

integer

None.

Language

byte

None.

Gender

byte

None.

DateOfBirth

date

None.

Reference

string

None.

CreatedOn

date

None.

AccountId

integer

None.

EmailVerified

boolean

None.

MobileVerified

boolean

None.

Status

integer

None.

RecordStatus

byte

None.

RegisteredFrom

byte

None.

RegisteredBy

integer

None.

ProfilePicture

string

None.

base64

string

None.

CustomerName

string

None.

EncryptedCustomerId

string

None.

ServiceOrderDto

Collection of ServiceOrderDto

None.

AccountDto

AccountDto

None.

ContactDto

ContactDto

None.

UserDto

UserDto

None.

CustomerAddressDtoList

Collection of CustomerAddressDto

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.