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": "4dac58dc-bdda-4bbe-971c-6665e7544b1a",
"idPersona": "36e207c3-6710-4393-8991-8e056cd4011c",
"idFilial": "f300248f-a582-4d3d-9515-fba7dcf3d9f6"
},
{
"$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": "604c90f9-0b3d-4b94-8e4b-3bb82e6d426f",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "ea4ec9b2-86b6-4da3-8e97-a63f293189dc",
"fecNace": "2026-03-25T06:32:19.2915459-04:00",
"idLugarNace": "76627d36-f936-487e-b8ed-d24857cb3a80",
"idNacionalidad": "ebe2484f-0e18-4a0c-9786-0362783baa98",
"idEstadoCivil": "3fe1cdde-4593-4e00-80a9-9d137b7169ff",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "d45e5694-b8da-4c44-b5f5-1a3a3754e622",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "3b1eaaba-74d4-4558-a794-9598a72307ef",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "a0877be9-1ea5-4539-8838-989444caf5a6",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "74f0b1d2-24b7-4114-884d-329b126f1b23",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "cf20d2c9-5c04-4c56-898b-60af4686a3da",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}