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": "011d7bc4-dceb-43ee-af1b-60a46fb130f4",
"idCliente": "5bd25f8b-75a6-48d5-b641-23ed54d7af50",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "0467d2f1-7ddc-4bbf-9714-870c93320856",
"status": true,
"fecAlta": "2026-03-22T12:57:06.5098522-04:00",
"fecActivacion": "2026-03-22T12:57:06.5098522-04:00",
"fecInactivacion": "2026-03-22T12:57:06.5098522-04:00",
"idDireccionComercial": "45c11a53-3246-45a4-a503-f170619408ab",
"sitioWeb": "sample string 11",
"idTPA": "45f06c67-4017-4693-9021-a09008f0940a",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "ce8fffa7-8952-4053-9157-bcaf177d31ff"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.