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": "ee591ccc-4ba8-4c03-b95b-83e31cefccc0",
"idFilial": "cd2cb64c-9b02-4976-8f7f-02f204bf485b",
"idRed": "4884fb8d-1efc-4392-8688-5b78671ce70b"
}