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": "ca478aab-332b-43f3-a688-ce759164ed15",
"idCliente": "2b54b933-0c23-4d66-9917-c0e85a3bf142",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "e9078005-39df-4fe1-ba7f-69fa04bea416",
"status": true,
"fecAlta": "2026-04-04T11:46:02.8712891-04:00",
"fecActivacion": "2026-04-04T11:46:02.8712891-04:00",
"fecInactivacion": "2026-04-04T11:46:02.8712891-04:00",
"idDireccionComercial": "1a05350b-7ace-4beb-8937-c486bfc4545c",
"sitioWeb": "sample string 11",
"idTPA": "b22188ac-9681-4803-8f22-74e45ea86b45",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "c98191b4-40ba-4bbd-b88a-9e1c45150779"
}