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": "58e414ec-6d3b-4260-ae96-e68576935b6a",
"idCliente": "54cc90af-8811-44ea-9dfe-c80b8d801125",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "cee39294-0373-4e87-8949-68d6b82c98db",
"status": true,
"fecAlta": "2026-08-12T14:47:51.7353701+00:00",
"fecActivacion": "2026-08-12T14:47:51.7353701+00:00",
"fecInactivacion": "2026-08-12T14:47:51.7353701+00:00",
"idDireccionComercial": "3fc5a879-0c04-467a-a714-50dc889c6c28",
"sitioWeb": "sample string 11",
"idTPA": "a666e415-be38-48fe-8cec-66ca3202a5aa",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "338578e6-630d-4c13-b959-1ee284e3b8b7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.