POST
/
suivi
curl --request POST \
  --url https://gextra6dev.data.raphaelpiccolo.com/appli/capretraite/suivi \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "NumeroDemandeOrientationCR": "12345 / 1234567_1234_1234567",
  "State": "Conclu",
  "Reason": "Accord trouvé avec la structure d'\''accueil"
}'
{
  "NumeroDemandeOrientationCR": "<string>",
  "NumeroDemandeOrientationRES": "<string>",
  "MessageProblemes": "<string>",
  "Messagetraitements": "<string>"
}

capretraite appelle gextra pour lui dire qu’un client n’est plus interessé par exemple.

Authorizations

Authorization
string
header
required

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

Body

application/json

The body is of type object.

Response

200
application/json

création effectué

The response is of type object.