POST api/Post_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": "24568efc-6590-46c7-8a2c-2be3c9fe2ef6",
"idCliente": "9c33fa19-3854-4b3d-8c8f-516f2d6ecf25",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "39741de9-826e-4a88-abfb-5e0c6648d576",
"status": true,
"fecAlta": "2026-09-03T14:49:41.3016695+00:00",
"fecActivacion": "2026-09-03T14:49:41.3016695+00:00",
"fecInactivacion": "2026-09-03T14:49:41.3016695+00:00",
"idDireccionComercial": "31418f3d-4054-497e-9d16-0443415b1d36",
"sitioWeb": "sample string 11",
"idTPA": "accda645-be6a-4735-88ce-fcd5b42c585f",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "a023ffb8-c971-4153-9cd6-81783f4c1bd0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.