POST api/v2/UpdateDatosPerfil
Request Information
URI Parameters
None.
Body Parameters
TB_UpdateDatosPerfil| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| fecNace | date |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| RFC | string |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "a95585d5-d3af-4289-829a-4ca763f69c96",
"fecNace": "2026-03-21T19:41:41.9010156-04:00",
"idGenero": "56494780-1329-4c4e-bab4-2101af040058",
"idLugarNace": "35a0eda4-1dfd-4365-bf38-d96146cc3dc7",
"CURP": "sample string 5",
"RFC": "sample string 6",
"idNacionalidad": "89e96026-c89a-4f30-8f2a-7da403efedf7",
"Nombre": "sample string 8",
"Paterno": "sample string 9",
"Materno": "sample string 10"
}
application/xml, text/xml
Sample:
<TB_UpdateDatosPerfil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <CURP>sample string 5</CURP> <Materno>sample string 10</Materno> <Nombre>sample string 8</Nombre> <Paterno>sample string 9</Paterno> <RFC>sample string 6</RFC> <fecNace>2026-03-21T19:41:41.9010156-04:00</fecNace> <idGenero>56494780-1329-4c4e-bab4-2101af040058</idGenero> <idLugarNace>35a0eda4-1dfd-4365-bf38-d96146cc3dc7</idLugarNace> <idNacionalidad>89e96026-c89a-4f30-8f2a-7da403efedf7</idNacionalidad> <idUser>a95585d5-d3af-4289-829a-4ca763f69c96</idUser> </TB_UpdateDatosPerfil>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>