GET api/Associado/ValidarClubeSegmentoUf/{Uf}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Uf | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseBaseOfClubeSegmentoPorUfName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | FuzzyResponse |
None. |
|
Data | Collection of ClubeSegmentoPorUf |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "status": 0, "data": [ { "codClube": 1, "codSegmentoProposta": 2 }, { "codClube": 1, "codSegmentoProposta": 2 } ] }