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": "61266adb-2bdb-4873-b5ac-2d36bce5d554",
"idFilial": "0e5d1cc9-f10c-45f1-a57c-91e6bb757ec8",
"idRed": "3e9ccd15-3923-40b0-af90-77cc207e755e"
}