POST api/Get_Clientes_Filiales_Red_x_idFilial?idFilial={idFilial}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilial | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_rel_Cliente_Filial_Red| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| idRed | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCliente": "26951bd0-63cc-4d8e-962c-d6cc3005106b",
"idFilial": "00b0819b-3d53-47f0-bca3-5d25931c6603",
"idRed": "dbfadf7a-95cb-48ae-8afc-ff76616c9dbf"
}