POST api/PostRel_Cliente_PersonaBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_Cliente_Persona| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idCliente": "84d52ccd-31b5-43c6-969a-3c3a88b0d487",
"idPersona": "9f70562b-1f0a-4f64-9897-728a074eda2a",
"idFilial": "36ac5d1d-d610-43b8-bf31-b8899ce115af"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Persona| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| fecNace | date |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| idEstadoCivil | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| RFC | string |
None. |
|
| idReligion | globally unique identifier |
None. |
|
| catEstadoCivil | catEstadoCivil |
None. |
|
| catGenero | catGenero |
None. |
|
| catLugarNace | catLugarNace |
None. |
|
| catNacionalidad | catNacionalidad |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "0ccec311-96b6-4dee-825f-a23b09050a58",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "804cc6be-5a90-4b86-9959-b468076bb2c2",
"fecNace": "2026-05-08T14:11:40.973019+00:00",
"idLugarNace": "d0965df3-c349-4ce0-bc9c-f69176955a6d",
"idNacionalidad": "59d2ee14-4563-4afe-a9d6-cb707dc4ce1f",
"idEstadoCivil": "1d2f9093-78c8-4229-87aa-905376ada6dd",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "71f465e0-23c1-4ea1-8c64-b2a477a838ef",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "ed2a8f11-63f3-464e-90b4-b6c3d54455f0",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "e959544c-a55d-4f6d-85a3-8b1cf101b436",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "85c011f4-ac43-457c-90aa-ae8bca9c4636",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "02e87316-c3de-4e8c-8e11-89964384edb7",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}