POST api/paymentgateway/universalmarkup
保存Universal MarkUp
Request Information
URI Parameters
None.
Body Parameters
UniversalMarkUpContract| Name | Description | Type | Additional information | 
|---|---|---|---|
| chargeBy | 
                         charge type  | 
                    UniversalMarkUpType | 
                             None.  | 
                
| chargeAmt | 
                         charge amount  | 
                    decimal number | 
                             None.  | 
                
| platform | 
                         Platform  | 
                    string | 
                             None.  | 
                
| paymentType | 
                         Payment Type  | 
                    string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "chargeBy": 0,
  "chargeAmt": 1.0,
  "platform": "sample string 2",
  "paymentType": "sample string 3"
}
        application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
保存Universal MarkUp
ReturnResultOfBoolean| Name | Description | Type | Additional information | 
|---|---|---|---|
| data | boolean | 
                             None.  | 
                |
| code | 
                         状态码:100成功,其他自定义  | 
                    integer | 
                             None.  | 
                
| message | 
                         提示消息  | 
                    string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
{
  "data": true,
  "code": 2,
  "message": "sample string 3"
}