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": "56681625-e2df-4b63-bd79-44ee3da9f326",
"idPersona": "39405e95-dea9-4c27-a428-24943ac8a3fe",
"idFilial": "a6aa651c-fa74-491e-9e15-76c6bea39d1b"
},
{
"$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": "70dca1ad-676b-4a96-a407-27bf6e08f92e",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "39fafbb1-1455-4b0d-9f47-d5734c05ba77",
"fecNace": "2026-07-10T14:06:59.4039273+00:00",
"idLugarNace": "d55e7ae0-4601-4df1-8978-a389671d520b",
"idNacionalidad": "e70e59d8-b29a-450f-9f64-0e5541d08e7e",
"idEstadoCivil": "475f93fd-e6ef-4313-8ceb-a9acf50e0ebe",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "e6a28529-fe59-4572-bd11-4cea100a2cd4",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "7c875451-796b-47bc-aa22-2b14c5548469",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "d70a08c6-18a7-4cf9-896f-89d4b0a9d8b7",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "8f51aa37-1571-4b7c-a658-fcb0562fe359",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "72f690cb-a26f-4a90-96f9-76080bc8cd88",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}