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": "1252cc6e-deb6-4b43-9624-7a655684f467",
"idCliente": "77ac24a6-4832-4aec-9964-92b4f6f56cf6",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "59855219-6605-4456-ba68-3bb93e956be5",
"status": true,
"fecAlta": "2026-03-22T12:56:59.8278466-04:00",
"fecActivacion": "2026-03-22T12:56:59.8278466-04:00",
"fecInactivacion": "2026-03-22T12:56:59.8278466-04:00",
"idDireccionComercial": "f2763a92-fca9-428a-8de8-ddefedbd7112",
"sitioWeb": "sample string 11",
"idTPA": "3aa96062-00f3-4940-a72b-d92ef4aea7f0",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "f3823feb-015b-4f4d-92fa-725a400f8f15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.