Todos os métodos presentes neste documento deverão ser acessados com a autenticação do tipo basic, utilizando o usuário e senha fornecidos pelos responsáveis pela manutenção do webservice. Abaixo, estão os possíveis status que os métodos podem retornar, clique nos links para mais detalhes.
| Status
|
Descrição
|
| ACCEPTED
|
202 Accepted, veja HTTP/1.1 documentation.
|
| BAD_REQUEST
|
400 Bad Request, veja HTTP/1.1 documentation.
|
| CONFLICT
|
409 Conflict, veja HTTP/1.1 documentation.
|
| CREATED
|
201 Created, veja HTTP/1.1 documentation.
|
| FORBIDDEN
|
403 Forbidden, veja HTTP/1.1 documentation.
|
| GONE
|
410 Gone, veja HTTP/1.1 documentation.
|
| INTERNAL_SERVER_ERROR
|
500 Internal Server Error, veja HTTP/1.1 documentation.
|
| MOVED_PERMANENTLY
|
301 Moved Permanently, veja HTTP/1.1 documentation.
|
| NO_CONTENT
|
204 No Content, veja HTTP/1.1 documentation.
|
| NOT_ACCEPTABLE
|
406 Not Acceptable, veja HTTP/1.1 documentation.
|
| NOT_FOUND
|
404 Not Found, veja HTTP/1.1 documentation.
|
| NOT_MODIFIED
|
304 Not Modified, veja HTTP/1.1 documentation.
|
| OK
|
200 OK, veja HTTP/1.1 documentation.
|
| PRECONDITION_FAILED
|
412 Precondition Failed, veja HTTP/1.1 documentation.
|
| SEE_OTHER
|
303 See Other, veja HTTP/1.1 documentation.
|
| SERVICE_UNAVAILABLE
|
503 Service Unavailable, veja HTTP/1.1 documentation.
|
| TEMPORARY_REDIRECT
|
307 Temporary Redirect, veja HTTP/1.1 documentation.
|
| UNAUTHORIZED
|
401 Unauthorized, veja HTTP/1.1 documentation.
|
| UNSUPPORTED_MEDIA_TYPE
|
415 Unsupported Media Type, veja HTTP/1.1 documentation.
|
Voltar ao menu Webservice