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": "071a7cbf-8272-4e03-b730-e26c9e180ca0",
"idCliente": "4735625e-008d-42a3-80b5-44ebbdb6f4be",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "8fcfd5b5-b25a-480f-b8cf-9826c1d27cd8",
"status": true,
"fecAlta": "2026-03-22T12:57:07.7754843-04:00",
"fecActivacion": "2026-03-22T12:57:07.7754843-04:00",
"fecInactivacion": "2026-03-22T12:57:07.7754843-04:00",
"idDireccionComercial": "e06afa56-9ccd-4942-9c8c-71434ec5e512",
"sitioWeb": "sample string 11",
"idTPA": "1b8f0493-0b0f-4d58-b88d-9256100acf30",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "35bb1815-388b-4598-b3dd-c2a1f39dba46"
}