@startuml flux2
hide footbox
skinparam sequence {
arrowColor black
ParticipantBorderColor RoyalBlue
ParticipantBackgroundColor white
LifeLineBorderColor RoyalBlue
LifeLineBackgroundColor RoyalBlue
ParticipantFontSize 14
ParticipantFontName arial
ParticipantPadding 20
}
skinparam roundcorner 20
participant "SI-SDO" as SDO
participant "SI-ESMS" as ESMS
activate SDO
activate ESMS
ESMS-[#black]> SDO: Flux 2 **Accord** \n POST [base]/Consent
SDO-[#black]-> ESMS: OK 201 (+ ressource "Consent" suivant le profil "ESMSConsent")
deactivate SDO
deactivate ESMS
@enduml