POST SAP/GetPrice
Request Information
URI Parameters
None.
Body Parameters
Collection of SAP_PriceEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCode | string |
None. |
|
| MRP | decimal number |
None. |
|
| DPL | decimal number |
None. |
|
| EffectiveFrom | string |
None. |
|
| MinimumRange | decimal number |
None. |
|
| MaximumRange | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ProductCode": "sample string 1",
"MRP": 2.1,
"DPL": 3.1,
"EffectiveFrom": "sample string 4",
"MinimumRange": 5.1,
"MaximumRange": 6.1
},
{
"ProductCode": "sample string 1",
"MRP": 2.1,
"DPL": 3.1,
"EffectiveFrom": "sample string 4",
"MinimumRange": 5.1,
"MaximumRange": 6.1
}
]
application/xml, text/xml
Sample:
<ArrayOfSAP_PriceEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SF_API.Entity.SAP">
<SAP_PriceEntity>
<DPL>3.1</DPL>
<EffectiveFrom>sample string 4</EffectiveFrom>
<MRP>2.1</MRP>
<MaximumRange>6.1</MaximumRange>
<MinimumRange>5.1</MinimumRange>
<ProductCode>sample string 1</ProductCode>
</SAP_PriceEntity>
<SAP_PriceEntity>
<DPL>3.1</DPL>
<EffectiveFrom>sample string 4</EffectiveFrom>
<MRP>2.1</MRP>
<MaximumRange>6.1</MaximumRange>
<MinimumRange>5.1</MinimumRange>
<ProductCode>sample string 1</ProductCode>
</SAP_PriceEntity>
</ArrayOfSAP_PriceEntity>
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. |