POST api/cgInvestors/SendSms
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| data | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"telephone": "sample string 1",
"investName": "sample string 2",
"password": "sample string 3",
"cardId": "sample string 4",
"wxid": "sample string 5"
}
application/xml, text/xml
Sample:
<RegistInvestorsModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.CG"> <cardId>sample string 4</cardId> <investName>sample string 2</investName> <password>sample string 3</password> <telephone>sample string 1</telephone> <wxid>sample string 5</wxid> </RegistInvestorsModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"errorCode": 1,
"errorMsg": "sample string 2"
}
application/xml, text/xml
Sample:
<SJResultModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core"> <errorCode>1</errorCode> <errorMsg>sample string 2</errorMsg> </SJResultModal>