POST api/FuYouPay/CommonQuery2
Request Information
URI Parameters
None.
Body Parameters
CommonQueryRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| orgId | string |
None. |
|
| key | string |
None. |
|
| version | string |
None. |
|
| ins_cd | string |
None. |
|
| mchnt_cd | string |
None. |
|
| term_id | string |
None. |
|
| order_type | string |
None. |
|
| mchnt_order_no | string |
None. |
|
| random_str | string |
None. |
|
| sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"orgId": "sample string 1",
"key": "sample string 2",
"version": "sample string 3",
"ins_cd": "sample string 4",
"mchnt_cd": "sample string 5",
"term_id": "sample string 6",
"order_type": "sample string 7",
"mchnt_order_no": "sample string 8",
"random_str": "sample string 9",
"sign": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| State | ResultState |
None. |
|
| Data | Object |
None. |
|
| RetData | Object |
None. |
|
| Code | integer |
None. |
|
| Exception | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"State": 0,
"Data": {},
"RetData": {},
"Code": 4,
"Exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}