Skip to main content
POST
/
api
/
v1
/
oportunidades-mei
/
draft
Criar oportunidade MEI como rascunho
curl --request POST \
  --url https://services.pref.rio/go/v1/api/v1/oportunidades-mei/draft \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

Dados da oportunidade

The body is of type object.

Response

Created

The response is of type object.