GET api/Cargo
retorna todos os cargos ativos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResponseBaseOfListOfCargoName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | FuzzyResponse |
None. |
|
Data | Collection of Collection of Cargo |
None. |
Response Formats
application/json, text/json
Sample:
{ "message": "sample string 1", "status": 0, "data": [ [ { "codCargo": 1, "nome": "sample string 2", "ativo": true }, { "codCargo": 1, "nome": "sample string 2", "ativo": true } ], [ { "codCargo": 1, "nome": "sample string 2", "ativo": true }, { "codCargo": 1, "nome": "sample string 2", "ativo": true } ] ] }