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": "217165f1-a702-4322-90a3-ad97bdda8073",
"idCliente": "14be5f44-f4f4-4def-9108-fb52e890f3f4",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "d5fbbb6f-3a02-497e-b0ad-9a50082850d9",
"status": true,
"fecAlta": "2026-04-04T11:44:35.3163189-04:00",
"fecActivacion": "2026-04-04T11:44:35.3163189-04:00",
"fecInactivacion": "2026-04-04T11:44:35.3163189-04:00",
"idDireccionComercial": "1ba8b229-e53c-4e08-9c4e-fef113752fee",
"sitioWeb": "sample string 11",
"idTPA": "262c3e85-ae35-44a8-b9dd-0fce244592b3",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "6c3e692f-dbaa-4f71-8b08-1591287068d3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.