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": "71b9c867-bb09-49e7-b63b-9d4d65aa9231",
"idCliente": "47c0e970-8a39-4f2d-8efa-4b16a406b9f4",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "93a0fb3a-937f-46eb-a9c2-6846f944acf4",
"status": true,
"fecAlta": "2026-09-03T14:49:55.3973812+00:00",
"fecActivacion": "2026-09-03T14:49:55.3973812+00:00",
"fecInactivacion": "2026-09-03T14:49:55.3973812+00:00",
"idDireccionComercial": "87d5cd93-23d9-42da-a450-201ad7c58b7c",
"sitioWeb": "sample string 11",
"idTPA": "dde326b7-bac7-49e8-9d54-e76ab23501f6",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "40cd1fc0-0024-427d-b8eb-8d6d32518e34"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.