GET api/Customer/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

CustomerModel
NameDescriptionTypeAdditional information
ID

integer

None.

Firstname

string

None.

Lastname

string

None.

CellPhone

string

None.

Email

string

None.

Address

string

None.

Gender

Gender

None.

Created

date

None.

Modified

date

None.

PromotionCode

Collection of PromotionCodeModel

None.

Response Formats

application/json, text/json

Sample:

Sample not available.