POST api/SetMine
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TRADE_NO": "sample string 1",
"CHECK_NAME": "sample string 2",
"ftype": "sample string 3"
}
application/xml, text/xml
Sample:
<CheckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/bizs"> <CHECK_NAME>sample string 2</CHECK_NAME> <TRADE_NO>sample string 1</TRADE_NO> <ftype>sample string 3</ftype> </CheckRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.