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": "a7913336-59ae-4faf-a1c1-af17b2cf2ed1",
"idCliente": "ffa4df46-5449-4bdd-a281-9262c2f26604",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "ae04fe3c-6721-46ee-be8a-c90878e564f6",
"status": true,
"fecAlta": "2026-03-21T02:12:59.9693989-04:00",
"fecActivacion": "2026-03-21T02:12:59.9693989-04:00",
"fecInactivacion": "2026-03-21T02:12:59.9693989-04:00",
"idDireccionComercial": "09bae5d8-a75a-4497-a764-5ae9446e5761",
"sitioWeb": "sample string 11",
"idTPA": "18fee379-803a-4cdb-b7ef-ce809dbb0486",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "06ef280b-e7e4-472a-aef5-ac9e19e6b544"
}