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": "4cb17ac8-634d-44f0-9618-097309fd970e",
"idCliente": "9269a9e8-4355-49ad-bff1-bf382c2c3666",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "bcf1f511-72df-4c4c-9e02-6baa9bf7f2ad",
"status": true,
"fecAlta": "2026-09-03T14:49:55.3037368+00:00",
"fecActivacion": "2026-09-03T14:49:55.3037368+00:00",
"fecInactivacion": "2026-09-03T14:49:55.3037368+00:00",
"idDireccionComercial": "5913b7f5-852a-4700-a597-f6777d37aeb3",
"sitioWeb": "sample string 11",
"idTPA": "cf7afb16-3314-41f3-9cb0-92378e6d07b0",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "e8d280f7-1597-417a-93d4-a299ea2b5f01"
}