public interface IntentToParticipateApi
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Message> |
submitIntentToParticipate(IntentToParticipate intentToParticipate)
Send a consent signature to Bridge before the user has signed up to the server.
|
@Headers(value="Content-Type:application/json") @POST(value="v3/itp") retrofit2.Call<Message> submitIntentToParticipate(@Body IntentToParticipate intentToParticipate)
intentToParticipate - (required)Copyright © 2023 Sage Bionetworks. All rights reserved.