This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- Petición -- | |
| POST /buses/rest/stm-online HTTP/1.1 | |
| Host: www.montevideo.gub.uy | |
| Content-Type: application/json | |
| Content-Length: <LENGTH> | |
| Notas: | |
| - Es OBLIGATORIO setear la cabecera "Content-Type" con el valor "application/json" | |
| - Es OBLIGATORIO hacer la petición por HTTP, no HTTPS |