POST api/CustomerCustomerDemo
Creates a new CustomerCustomerDemo entity
Request Information
URI Parameters
None.
Body Parameters
CustomerCustomerDemoDataName | Description | Type | Additional information |
---|---|---|---|
CustomerID | string |
None. |
|
CustomerTypeID | string |
None. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |