Passer au contenu principal
POST
/
compte
/
reclamation
POST ReclamationView
curl --request POST \
  --url https://dev.api.formapulse.formafoot.fr/compte/reclamation \
  --header 'Content-Type: multipart/form-data' \
  --form 'name=<string>' \
  --form 'email=<string>' \
  --form 'message=<string>' \
  --form 'prenom=<string>' \
  --form 'telephone=<string>'
{}

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.

Corps

multipart/form-data

POST /reclamation

name
string
requis
Maximum string length: 255
email
string
requis

Adresse email valide

Pattern: ^[a-zA-Z0-9._%+\-]+@[a-zA-Z0-9.\-]+\.[a-zA-Z]{2,}$
message
string
requis
Maximum string length: 1000
prenom
string
requis
Maximum string length: 255
telephone
string
requis
Maximum string length: 255

Réponse

Reponse de succes

The response is of type object.