POST api/Product/ProductDetails
Request Information
URI Parameters
None.
Body Parameters
Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| SourceID | integer |
None. |
|
| SourceDesc | string |
None. |
|
| SourceType | integer |
None. |
|
| SourceDesc_StringID | integer |
None. |
|
| DepartmentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"SourceID": 2,
"SourceDesc": "sample string 3",
"SourceType": 4,
"SourceDesc_StringID": 5,
"DepartmentID": 6
}
application/xml, text/xml
Sample:
<Product xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Model"> <Action>sample string 1</Action> <DepartmentID>6</DepartmentID> <SourceDesc>sample string 3</SourceDesc> <SourceDesc_StringID>5</SourceDesc_StringID> <SourceID>2</SourceID> <SourceType>4</SourceType> </Product>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |