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": "544249c5-4822-4227-ba1e-2113e67ebae1",
"idCliente": "42c05472-d835-482c-b83d-2a3511ff111e",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "e9403325-2b38-482b-99d3-b40bfad7eb40",
"status": true,
"fecAlta": "2026-05-08T14:12:23.0357771+00:00",
"fecActivacion": "2026-05-08T14:12:23.0357771+00:00",
"fecInactivacion": "2026-05-08T14:12:23.0357771+00:00",
"idDireccionComercial": "f171a90a-8695-44f1-b0e1-127b9b8d36bd",
"sitioWeb": "sample string 11",
"idTPA": "a6fcd07c-61b0-4874-9ef7-90b83482590a",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "f2b28d0d-3653-4f01-bec9-629c3150d911"
}