GET api/BSPSys/formofpayment/getlist/{companyId}
獲取付款方式
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
獲取付款方式
ReturnResultOfListOfFormOfPaymentName | Description | Type | Additional information |
---|---|---|---|
data | Collection of FormOfPayment |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "pid": 1, "companyid": "sample string 2", "carrier": "sample string 3", "code": "sample string 4", "value": "sample string 5", "paymentfreetext": "sample string 6" }, { "pid": 1, "companyid": "sample string 2", "carrier": "sample string 3", "code": "sample string 4", "value": "sample string 5", "paymentfreetext": "sample string 6" } ], "code": 1, "message": "sample string 2" }