POST api/appcliente/boleto/sms
Enviar link por SMS
Request Information
URI Parameters
None.
Body Parameters
AppCliente.Request.Boleto.EnviarSMSRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CodBoleto | string |
None. |
|
| DDD | string |
None. |
|
| Numero | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CodBoleto": "sample string 1",
"DDD": "sample string 2",
"Numero": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppCliente.Response.Generic.BasicResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CodRetorno | AppCliente.Enum.Generic.CodRetorno |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodRetorno": 0
}