GET api/Customers/{customerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

string

Required

Body Parameters

None.

Response Information

Resource Description

DataResultOfCustomer
NameDescriptionTypeAdditional information
Value

RetVal

None.

Message

string

None.

Data

Customer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Customer' with type 'cl3.Models.Customer'. Path 'Data.ApplicationUsers[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Customer' with type 'cl3.Models.Customer'. Path 'Data.ApplicationUsers[0]'.