GET api/smSO/GetSpSmPrice
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"tPrice": 1.0,
"price": 2.0,
"vendspId": 3,
"errorCode": 4,
"errorMsg": "sample string 5"
}
application/xml, text/xml
Sample:
<SmDefaultSOPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Model"> <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">4</errorCode> <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 5</errorMsg> <price>2</price> <tPrice>1</tPrice> <vendspId>3</vendspId> </SmDefaultSOPrice>