GET Sell/MaterialPrice?customerID={customerID}&materialID={materialID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerID | integer |
Required |
|
materialID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ItemPriceName | Description | Type | Additional information |
---|---|---|---|
Price | decimal number |
None. |
|
Rate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Price": 1.1, "Rate": 2.1 }, { "Price": 1.1, "Rate": 2.1 } ]
application/xml, text/xml
Sample:
<ArrayOfItemPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MKY.ERP.RG.Entity"> <ItemPrice> <Price>1.1</Price> <Rate>2.1</Rate> </ItemPrice> <ItemPrice> <Price>1.1</Price> <Rate>2.1</Rate> </ItemPrice> </ArrayOfItemPrice>