POST api/Investigate/PosForInvestigate
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"merchant_id": 1,
"dian_code": "sample string 2",
"pos_no": "sample string 3",
"pos_amt": 4.0,
"person_num": 5,
"card_no": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"rcrm": {
"RC": "sample string 1",
"RM": "sample string 2"
},
"Object": {
"URL": "sample string 1"
}
}