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": "5c0e3b78-9ded-491f-8fb6-2938e0bbc45f",
"idCliente": "a19740e8-fb33-4d9d-b471-3725817099ce",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "82cee1d5-d418-482c-a471-d78c3cfb70e5",
"status": true,
"fecAlta": "2026-05-08T14:12:06.8792779+00:00",
"fecActivacion": "2026-05-08T14:12:06.8792779+00:00",
"fecInactivacion": "2026-05-08T14:12:06.8792779+00:00",
"idDireccionComercial": "530963ea-2c94-487f-b127-1af21acb627a",
"sitioWeb": "sample string 11",
"idTPA": "fad6069c-94ae-4b93-936e-90e7cc9995f3",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "a38c30f8-c224-4ae3-8e74-e755aebc7ebb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.