POST api/CartaoCredito/AtualizarCartaoCredito?idCartaoCredito={idCartaoCredito}&apelido={apelido}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idCartaoCredito | integer |
Required |
|
apelido | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RespostaModelName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Mensagem | string |
None. |
|
Id | integer |
None. |
|
Objeto | Object |
None. |
|
Duplicado | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Mensagem": "sample string 2", "Id": 1, "Objeto": {}, "Duplicado": true }