GET api/CustomerCustomerDemo/{id}
Returns a CustomerCustomerDemo record based on specified ID
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of CustomerCustomerDemo data |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerCustomerDemoDataName | Description | Type | Additional information |
---|---|---|---|
CustomerID | string |
None. |
|
CustomerTypeID | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomerID": "sample string 1", "CustomerTypeID": "sample string 2" }
text/xml
Sample:
<CustomerCustomerDemoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NorthwindAPI.Models"> <CustomerID>sample string 1</CustomerID> <CustomerTypeID>sample string 2</CustomerTypeID> </CustomerCustomerDemoData>