PUT fox/fxm/minha-conta/{usuarioID}/dados-pessoais
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| usuarioID | integer |
Required |
Body Parameters
PessoaFisica| Name | Description | Type | Additional information |
|---|---|---|---|
| cpf | string |
None. |
|
| rg | string |
None. |
|
| cnh | string |
None. |
|
| validadeCnh | date |
None. |
|
| categoriaCnh | string |
None. |
|
| id | integer |
None. |
|
| nome | string |
Matching regular expression pattern: [a-zA-ZáàâãéèêíïóôõöúçñÁÀÂÃÉÈÍÏÓÔÕÖÚÇÑ\s]{1,200}$ String length: inclusive between 6 and 200 |
|
| telefone | string |
Data type: PhoneNumber |
|
| string |
Matching regular expression pattern: ^[A-Za-z0-9](([_\.\-]?[a-zA-Z0-9]+)*)@([A-Za-z0-9]+)(([\.\-]?[a-zA-Z0-9]+)*)\.([A-Za-z]{2,})$ |
||
| status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"cpf": "sample string 1",
"rg": "sample string 2",
"cnh": "sample string 3",
"validadeCnh": "2026-07-26T02:05:42.6831993-03:00",
"categoriaCnh": "sample string 4",
"id": 5,
"nome": "sample string 6",
"telefone": "sample string 7",
"email": "sample string 8",
"status": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |