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": "5571de09-905d-40ae-a128-e01c3373886b",
"idPersona": "cd52559f-a14f-46cb-a4d2-41fd0ee4e09a",
"idFilial": "43cae806-5207-46d3-abe2-ea64b91413d9"
},
{
"$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": "756f2394-281c-486b-adf5-59d5c07cb049",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "7eaf9051-cca2-4b15-8290-d79cb223c489",
"fecNace": "2026-03-13T20:23:36.4162344+00:00",
"idLugarNace": "88de987c-ad45-4656-b76a-03b84a5754e3",
"idNacionalidad": "254f7b30-0f9c-40ae-bcb1-a819a6ffee0f",
"idEstadoCivil": "4d7a06a1-480e-4106-b689-b34feb11fcc1",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "99f5dcab-bb8d-4989-a431-b672e5d2e860",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "a15fb026-b170-4995-866e-e7c4d662fdc3",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "544989ba-e3c2-43f8-8fea-ec414ed9b48b",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "31ea0c5d-2257-464a-8031-c965aea9244c",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "be6a80f3-1cfb-4334-a437-b95913f6a161",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}