GET api/CustomerDetail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

CustDetails
NameDescriptionTypeAdditional information
customer

Customer

None.

partners

Collection of CustPart

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 'customer.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 'customer.ApplicationUsers[0]'.