POST api/ShenYangSTD/Order
推送订单
请求的信息
URI参数
None.
Body参数
ShenYangSTDOrderCreateRequest| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| orderId |
订单编号 |
string |
None. |
| orderType |
订单类型(h、沈阳针剂订单 i、沈阳OTO订单;n、沈阳复诊送药上门订单 k、沈阳医保订单) 目前确认只有k |
string |
None. |
| status |
订单状态(待发药,已收药,待收药) |
string |
None. |
| prescriptionId |
处方号 |
string |
None. |
| fee |
应收金额 |
decimal number |
None. |
| ybfee |
医保个人账户支付金额 |
decimal number |
None. |
| ybpay |
医保统筹报销额 |
decimal number |
None. |
| thirdpay |
第三方金融支付 |
decimal number |
None. |
| expressFee |
物流配送费用 |
decimal number |
None. |
| type |
发货方式 |
string |
None. |
| paymentstandard |
医保起付标准 |
string |
None. |
| pharmacyId |
药店 id |
string |
None. |
| invoice |
发票信息 |
ShenYangSTDOrderCreateInvoiceModel |
None. |
| orderMedList |
订单药品信息 |
Collection of ShenYangSTDOrderCreateProductModel |
None. |
| delivery |
收货信息 |
ShenYangSTDOrderCreateDeliveryModel |
None. |
| checkDTO |
订单处方信息 |
PBA10Request |
None. |
请求格式
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfShenYangSTDBaseResponse| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | ShenYangSTDBaseResponse |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"code": "sample string 1",
"message": "sample string 2",
"responseData": {
"$id": "3"
}
}
}