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": "bca54aa9-b275-4b42-bbd8-39567f21ddf2",
"idPersona": "ca879a6b-981f-40eb-a698-3809c95095e4",
"idFilial": "463ea4fd-0005-4777-bc2a-8c48f967de32"
},
{
"$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": "1f3a4d03-ab23-4dac-b81b-6595aeb02ce7",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "176eac9b-21a7-4d50-a93f-f185111ef7c9",
"fecNace": "2026-03-21T01:46:47.4895921-04:00",
"idLugarNace": "761aff3b-63fe-4211-8a7b-81104633546b",
"idNacionalidad": "caa5ac0a-8000-48f0-9d49-8535e07c16aa",
"idEstadoCivil": "a106b52b-4641-4f36-b5af-109745ef9c4f",
"CURP": "sample string 10",
"RFC": "sample string 11",
"idReligion": "8e09818b-2e28-46a2-935a-b69a28afe38b",
"catEstadoCivil": {
"$id": "2",
"idEstadoCivil": "0fbd2739-4947-461a-82db-d3d297b8ae9d",
"codigo": "sample string 2",
"EstadoCivil": "sample string 3",
"Persona": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catGenero": {
"$id": "4",
"idGenero": "70904316-f2aa-4daf-bb58-e2716a613ae7",
"codigo": "sample string 2",
"Genero": "sample string 3",
"Persona": {
"$id": "5",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catLugarNace": {
"$id": "6",
"idLugarNace": "dd4c086a-7996-46e3-8812-c8977dea92c1",
"numLugarNace": "sample string 2",
"codLugarNace": "sample string 3",
"nomLugarNace": "sample string 4",
"Persona": {
"$id": "7",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"catNacionalidad": {
"$id": "8",
"idNacionalidad": "d6da9d78-2df8-4825-b47e-0ebfb51caad9",
"codigo": "sample string 2",
"Nacionalidad": "sample string 3",
"Persona": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}