POST api/GetFiliales_x_Cliente?idCliente={idCliente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Filiales| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| codFilial | string |
None. |
|
| nomComercial | string |
None. |
|
| idRazonSocial | globally unique identifier |
None. |
|
| status | boolean |
None. |
|
| fecAlta | date |
None. |
|
| fecActivacion | date |
None. |
|
| fecInactivacion | date |
None. |
|
| idDireccionComercial | globally unique identifier |
None. |
|
| sitioWeb | string |
None. |
|
| idTPA | globally unique identifier |
None. |
|
| nomTPA | string |
None. |
|
| codCliente | string |
None. |
|
| nomCliente | string |
None. |
|
| num | integer |
None. |
|
| idProducto | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"idFilial": "9b272f89-c0ee-4183-8a57-ea8364f864b0",
"idCliente": "de088c22-c342-4785-b403-feeb7c194979",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "c88d9a08-deb4-40a8-a67f-68aa243ea496",
"status": true,
"fecAlta": "2026-03-13T20:40:17.5209257+00:00",
"fecActivacion": "2026-03-13T20:40:17.5209257+00:00",
"fecInactivacion": "2026-03-13T20:40:17.5209257+00:00",
"idDireccionComercial": "326fc25f-dace-4980-a370-c364cf133b9d",
"sitioWeb": "sample string 11",
"idTPA": "5b11dc1a-9811-4b5b-b82c-3fe087c0455b",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "fa2a3b3d-5b51-477f-85c4-3e400be9128f"
}