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": "c8a40552-e1e9-4f1e-b370-bc3430743836",
"idCliente": "8f436ce0-d25b-4479-844e-8078fe2903a5",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "e39ed7ca-3595-422e-9b41-a64cf9e99de4",
"status": true,
"fecAlta": "2026-07-10T14:07:22.7009123+00:00",
"fecActivacion": "2026-07-10T14:07:22.7009123+00:00",
"fecInactivacion": "2026-07-10T14:07:22.7009123+00:00",
"idDireccionComercial": "e7433eb8-71ee-40f5-a8ad-69ca669a2ead",
"sitioWeb": "sample string 11",
"idTPA": "198a558e-a398-4a76-a4a2-8de54f922608",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "8c85d469-bcd3-4664-bc54-0043c6e7daac"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.