GET api/IPTReception/price?api={api}&page={page}&limit={limit}&idpartner={idpartner}&idmodelservice={idmodelservice}&id={id}
Giá chữa bệnh
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api | string |
Required |
|
| page | integer |
Default value is 1 |
|
| limit | integer |
Default value is 50 |
|
| idpartner | string |
Default value is |
|
| idmodelservice | integer |
Default value is 2 |
|
| id | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
objProdcutPrice| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of ProductPriceSearch |
None. |
|
| time |
Thời gian server trả về |
integer |
None. |
| status |
Trạng thái |
string |
None. |
| message |
Thông báo |
string |
None. |
| codemessage |
Mã lỗi |
string |
None. |
| page |
Trang số |
integer |
None. |
| totalpage |
Tổng số trang |
decimal number |
None. |
| totalrecord |
Tổng số bản ghi |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"id": "sample string 1",
"idpartner": "sample string 2",
"idproduct": "sample string 3",
"idmodelservice": 1,
"namemodelservice": "sample string 4",
"priceinsure": 1.1,
"surchargeinsure": 1.1,
"pricefee": 1.1,
"surchargefee": 1.1,
"price": 1.1,
"surchargeprice": 1.1,
"pricesend": 1.1,
"surchargesend": 1.1,
"pricecheck": 1.1,
"surchargecheck": 1.1
},
{
"id": "sample string 1",
"idpartner": "sample string 2",
"idproduct": "sample string 3",
"idmodelservice": 1,
"namemodelservice": "sample string 4",
"priceinsure": 1.1,
"surchargeinsure": 1.1,
"pricefee": 1.1,
"surchargefee": 1.1,
"price": 1.1,
"surchargeprice": 1.1,
"pricesend": 1.1,
"surchargesend": 1.1,
"pricecheck": 1.1,
"surchargecheck": 1.1
}
],
"time": 1,
"status": "sample string 2",
"message": "sample string 3",
"codemessage": "samplestring3",
"page": 5,
"totalpage": 6.1,
"totalrecord": 7.1
}
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"data":[{"id":"sample string 1","idpartner":"sample string 2","idproduct":"sample string 3","idmodelservice":1,"namemodelservice":"sample string 4","priceinsure":1.1,"surchargeinsure":1.1,"pricefee":1.1,"surchargefee":1.1,"price":1.1,"surchargeprice":1.1,"pricesend":1.1,"surchargesend":1.1,"pricecheck":1.1,"surchargecheck":1.1},{"id":"sample string 1","idpartner":"sample string 2","idproduct":"sample string 3","idmodelservice":1,"namemodelservice":"sample string 4","priceinsure":1.1,"surchargeinsure":1.1,"pricefee":1.1,"surchargefee":1.1,"price":1.1,"surchargeprice":1.1,"pricesend":1.1,"surchargesend":1.1,"pricecheck":1.1,"surchargecheck":1.1}],"time":1,"status":"sample string 2","message":"sample string 3","codemessage":"samplestring3","page":5,"totalpage":6.1,"totalrecord":7.1});
application/xml, text/xml
Sample:
<objProdcutPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models.Cashier">
<codemessage xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">samplestring3</codemessage>
<message xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 3</message>
<page xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">5</page>
<status xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">sample string 2</status>
<time xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">1</time>
<totalpage xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">6.1</totalpage>
<totalrecord xmlns="http://schemas.datacontract.org/2004/07/APISMART.Models">7.1</totalrecord>
<data>
<ProductPriceSearch>
<id>sample string 1</id>
<idmodelservice>1</idmodelservice>
<idpartner>sample string 2</idpartner>
<idproduct>sample string 3</idproduct>
<namemodelservice>sample string 4</namemodelservice>
<price>1.1</price>
<pricecheck>1.1</pricecheck>
<pricefee>1.1</pricefee>
<priceinsure>1.1</priceinsure>
<pricesend>1.1</pricesend>
<surchargecheck>1.1</surchargecheck>
<surchargefee>1.1</surchargefee>
<surchargeinsure>1.1</surchargeinsure>
<surchargeprice>1.1</surchargeprice>
<surchargesend>1.1</surchargesend>
</ProductPriceSearch>
<ProductPriceSearch>
<id>sample string 1</id>
<idmodelservice>1</idmodelservice>
<idpartner>sample string 2</idpartner>
<idproduct>sample string 3</idproduct>
<namemodelservice>sample string 4</namemodelservice>
<price>1.1</price>
<pricecheck>1.1</pricecheck>
<pricefee>1.1</pricefee>
<priceinsure>1.1</priceinsure>
<pricesend>1.1</pricesend>
<surchargecheck>1.1</surchargecheck>
<surchargefee>1.1</surchargefee>
<surchargeinsure>1.1</surchargeinsure>
<surchargeprice>1.1</surchargeprice>
<surchargesend>1.1</surchargesend>
</ProductPriceSearch>
</data>
</objProdcutPrice>