GET api/TabelaAuxiliar/GetOrigemContato?token={token}
Retorna lista de Origem Contato
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token |
Valor recebido pelo método Login >> Entrar |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OrigemContatoName | Description | Type | Additional information |
---|---|---|---|
CDORIGEMCONTATO |
Código da Origem Contato |
integer |
None. |
DSORIGEMCONTATO |
Descricao Origem Contato |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CDORIGEMCONTATO": 1, "DSORIGEMCONTATO": "sample string 2" }, { "CDORIGEMCONTATO": 1, "DSORIGEMCONTATO": "sample string 2" } ]