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": "088dfcea-a1bb-445a-85f1-1399e6f981c1",
"idCliente": "44d7d576-a42b-4874-96bd-4f1ea71d4aaf",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "56ee1adf-2e6a-4fe0-9df1-31e43c7b703a",
"status": true,
"fecAlta": "2026-08-12T14:48:18.5636269+00:00",
"fecActivacion": "2026-08-12T14:48:18.5636269+00:00",
"fecInactivacion": "2026-08-12T14:48:18.5636269+00:00",
"idDireccionComercial": "a372a69e-cf9f-442e-b46d-c3eb760a380a",
"sitioWeb": "sample string 11",
"idTPA": "8f1c3c07-6125-473c-972f-5a719efdefa9",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "36513331-1b8d-4b6a-be7e-caa1c0c48449"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.