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": "63511bde-eb73-479c-8d68-843e64bc9d66",
"idCliente": "6a06f992-5a5d-4be6-82bd-7848e722a38b",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "e6ccc4b2-db48-41ff-8bb7-831960ea7bbd",
"status": true,
"fecAlta": "2026-07-10T14:07:29.4042226+00:00",
"fecActivacion": "2026-07-10T14:07:29.4042226+00:00",
"fecInactivacion": "2026-07-10T14:07:29.4042226+00:00",
"idDireccionComercial": "014ab038-09ea-42e6-a204-7340639a9c32",
"sitioWeb": "sample string 11",
"idTPA": "82625087-4f67-4335-af7b-c708e3c8764a",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "d574e917-29d6-491c-b904-8ff614d4eb54"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.