POST api/Put_Filial
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"idFilial": "7483c864-ad22-45ce-9756-62494c4ae074",
"idCliente": "894bbce9-21ad-44ca-9b51-8ac54df687e7",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "2e64c3b2-9aca-4d76-8173-580281cd0eda",
"status": true,
"fecAlta": "2026-06-18T03:28:21.6813098+00:00",
"fecActivacion": "2026-06-18T03:28:21.6813098+00:00",
"fecInactivacion": "2026-06-18T03:28:21.6813098+00:00",
"idDireccionComercial": "b1455444-dc37-4b8f-a0aa-4786164b2a6f",
"sitioWeb": "sample string 11",
"idTPA": "e0ce2b46-8e57-4e09-a59f-bb0a72841156",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "1463709f-68ec-4746-a211-afdc2e9ba365"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.