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": "0cedfca2-2ac0-45b8-87ba-edb60e4d18ca",
"idPersona": "95ba9dca-81c6-44a7-b396-2c9492f77181",
"idFilial": "7762b03a-3623-46eb-b99c-88dee8e1f488"
},
{
"$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": "45b4342c-e59b-46ea-a81e-e4c1aad42ba5",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "88453285-3868-4a75-815e-93f0105fea29",
"fecNace": "2026-06-18T03:14:06.800018+00:00",
"idLugarNace": "73d74e1b-2f70-4d18-9be7-7556b2cdf5dd",
"idNacionalidad": "120d6c70-5447-483b-9e2b-89033269ecaa",
"idEstadoCivil": "6194f091-a9a2-46ab-9e22-95d0077e2b6d",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "46d196aa-eab3-4c8a-98c1-283e4e8c4865",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "5f37604a-0bf4-4c14-b688-69fbecb75b60",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "bf62083f-3110-4595-bf7c-079df657781b",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "03b04486-a427-44ca-91f6-88256b3c2d5d",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "7ade85db-dbfc-465c-9067-748b68410525",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}