| Estado |
| GET |
estados.index |
http://backend.plugsystem.natal.br/api/estados |
| GET |
estados.show |
http://backend.plugsystem.natal.br/api/estados/{id} |
| POST |
estados.store |
http://backend.plugsystem.natal.br/api/estados |
| PUT |
estados.update |
http://backend.plugsystem.natal.br/api/estados/{id} |
| DELETE |
estados.destroy |
http://backend.plugsystem.natal.br/api/estados/{id} |
| Municipio |
| GET |
municipios.index |
http://backend.plugsystem.natal.br/api/municipios |
| GET |
municipios.show |
http://backend.plugsystem.natal.br/api/municipios/{id} |
| POST |
municipios.store |
http://backend.plugsystem.natal.br/api/municipios |
| PUT |
municipios.update |
http://backend.plugsystem.natal.br/api/municipios/{id} |
| DELETE |
municipios.destroy |
http://backend.plugsystem.natal.br/api/municipios/{id} |