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": "f3021817-2438-451b-82c0-300f6bde8011",
"idCliente": "8e7cc8be-75d7-4ac8-b78a-0412b2fc38d7",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "e4ca5e59-a6cc-4cda-b313-ceb8dd514989",
"status": true,
"fecAlta": "2026-06-18T03:27:43.86869+00:00",
"fecActivacion": "2026-06-18T03:27:43.86869+00:00",
"fecInactivacion": "2026-06-18T03:27:43.86869+00:00",
"idDireccionComercial": "07f5b80e-0184-484c-8f2d-32b1794e6396",
"sitioWeb": "sample string 11",
"idTPA": "1d9200b0-33b7-456d-bb74-17032af68b37",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "7096be61-ad8f-4ac8-afb0-a3b21ef59c7b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.