Skip to main content
POST
/
annual-plans
Registra um Plano Anual
curl --request POST \
  --url https://homolog.clubfix.com.br/webservice/annual-plans \
  --header 'Authorization: Bearer <token>'
Authorization
string
required
Token de autenticação do tipo Bearer obtido através do endpoint de login.
Accept
string
required
Deve ser definido como application/json.
Content-Type
string
required
Deve ser definido como application/json.

Authorizations

Authorization
string
header
required

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

Response

200

Success