Passer au contenu principal
POST
/
club
/
affiliation
/
staff
POST AffiliationStaffView
curl --request POST \
  --url https://dev.api.formapulse.formafoot.fr/club/affiliation/staff \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form staff_ids=123 \
  --form ids_cible=123 \
  --form type_cible=sportifs
{
  "detail": "3 sportif(s) affilie(s) a 2 staff(s)."
}

Documentation Index

Fetch the complete documentation index at: https://formapulse.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

Token JWT prefixe par 'JWT '. Exemple : Authorization: JWT eyJ0eXAiOi.... Token obtenu via POST /auth/jwt/create (djoser).

Corps

multipart/form-data

POST /club/staff/affiliation

staff_ids
integer[]
requis
ids_cible
integer[]
requis
type_cible
enum<string>
requis
Options disponibles:
sportifs,
equipes

Réponse

Affiliation effectuee avec succes.

detail
string
requis

Message de confirmation cote metier.