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

Numero de demande d'orientation

Example:

"12345 / 1234567_1234_1234567"

State
enum<string>
required

'Perdu' ou 'Conclu'

Available options:
Perdu,
Conclu
Example:

"Conclu"

Reason
string

Raison du state

Example:

"Accord trouvé avec la structure d'accueil"

Response

création effectué

NumeroDemandeOrientationCR
string
required
NumeroDemandeOrientationRES
string
required
MessageProblemes
string
Messagetraitements
string