GET api/Account/ASMPayByEnterprisecard?totalmoney={totalmoney}&tradenoo={tradenoo}&goodsno={goodsno}&cardno={cardno}&posmachineno={posmachineno}&supplyercode={supplyercode}
通过卡片查询企业账户或使用企业账户支付购买商品
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
totalmoney |
0:查询账户,>0:支付 单位:分 |
integer |
Required |
tradenoo |
订单编号 |
string |
Required |
goodsno |
商品编号,多个用","隔开 |
string |
Required |
cardno |
卡号 |
string |
Required |
posmachineno |
设备编号 |
string |
Required |
supplyercode |
供应商编号 585573541661 |
string |
Default value is 585573541661 |
Body Parameters
None.
Response Information
Resource Description
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json
Sample:
{ "System.Object": {} }