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": "a76504cb-3803-48fc-b8da-365d02e37d3d",
"idCliente": "0b6f9ae2-951f-4996-90ba-c340bd712214",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "ba0c6727-f329-4928-9ca2-caa6af37df63",
"status": true,
"fecAlta": "2026-04-04T11:44:55.4095632-04:00",
"fecActivacion": "2026-04-04T11:44:55.4095632-04:00",
"fecInactivacion": "2026-04-04T11:44:55.4095632-04:00",
"idDireccionComercial": "037b4546-de5f-48a3-8d16-502227a7d784",
"sitioWeb": "sample string 11",
"idTPA": "0d16e066-b57f-4e93-85d4-fd40658c019a",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "23655519-7f36-4449-9afd-f4fccaf4d952"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.