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": "1dc5d571-11a3-45bd-9765-763d08a8d573",
"idCliente": "0106df58-010b-42df-aa54-8716c3478719",
"codFilial": "sample string 3",
"nomComercial": "sample string 4",
"idRazonSocial": "cad77f53-8999-4d5b-9b95-a00b86c04287",
"status": true,
"fecAlta": "2026-03-13T20:43:38.1008303+00:00",
"fecActivacion": "2026-03-13T20:43:38.1008303+00:00",
"fecInactivacion": "2026-03-13T20:43:38.1008303+00:00",
"idDireccionComercial": "7d9df609-f2c8-4314-8c7c-63cd62232e89",
"sitioWeb": "sample string 11",
"idTPA": "9282501f-7d74-4a4f-8b72-1434328a4c36",
"nomTPA": "sample string 13",
"codCliente": "sample string 14",
"nomCliente": "sample string 15",
"num": 16,
"idProducto": "fc2e483e-104c-4096-9187-0f7c66896fc7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.