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": "a5626ad5-f383-4ffa-940d-c61b5f41c987",
"idPersona": "6fb5eadf-b0c9-4472-a76f-6c2035952da5",
"idFilial": "f8eae461-90ac-41b6-bb3e-304b00b6bee3"
},
{
"$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": "02c1e8da-ef9f-4ab7-825d-c888c9f7e799",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "6025fc1d-68f3-40ec-b35e-45a4a0b20355",
"fecNace": "2026-04-04T14:24:45.9388665-04:00",
"idLugarNace": "6fc2f970-f246-4b2d-a834-b932b09af9b4",
"idNacionalidad": "14f788ec-f313-457f-9fe8-37e86ed093c9",
"idEstadoCivil": "551bea4d-feca-4762-bfaf-c2bc3bd45c2b",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "abaa8d81-11b4-46da-9155-ee45cd95209e",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "935487ab-0de4-4095-bdac-271df9d89d8c",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "f2589089-c906-44e5-ad5b-c5179fb60db8",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "da663521-837c-4909-ad43-18ab6f3b408d",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "b789ff6d-ee52-4d45-be3b-80b10b8be4d4",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}