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": "89a24827-2863-46b7-9837-ba7cedb1fb28",
"idCliente": "c44f0aad-cf2f-4efe-a8ba-adc0f0827232",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "1d35ebeb-9e4e-4089-999c-7006b796c55a",
"status": true,
"fecAlta": "2026-03-13T20:40:17.4271641+00:00",
"fecActivacion": "2026-03-13T20:40:17.4271641+00:00",
"fecInactivacion": "2026-03-13T20:40:17.4271641+00:00",
"idDireccionComercial": "d0d85b12-d08e-43ef-a873-683d09b0352c",
"sitioWeb": "sample string 11",
"idTPA": "71a1c10d-efef-41af-a3f1-b798dbf5a8e5",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "102e8750-cf3c-47b3-aaa1-ad362a390760"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.