POST api/RegisterAccount?user={user}&password={password}&applicationName={applicationName}&newUser={newUser}&code={code}
Met dit request kan een nieuw Mijn DATA-collectief account gekoppeld worden aan uw applicatie, bekijk voor meer informatie de Business Case.
Request Information
URI Parameters
| Naam | Omschrijving | Type | Extra informatie |
|---|---|---|---|
| user |
E-mailadres van Mijn DATA-collectief account. |
string |
Vereist |
| password |
Wachtwoord API koppeling. |
string |
Vereist |
| applicationName |
Applicatienaam API koppeling. |
string |
Vereist |
| newUser |
E-mailadres van nieuw Mijn DATA-collectief account. |
string |
Vereist |
| code |
De code kan verkregen worden via Mijn DATA-collectief door de gebruiker. |
string |
Vereist |
Body Parameters
None.
Response Information
| Naam | Omschrijving | Type | Extra informatie |
|---|---|---|---|
| User |
E-mailadres van nieuw Mijn DATA-collectief account. |
string |
Geen |
| Password |
Wachtwoord voor API van nieuw Mijn DATA-collectief account. |
string |
Geen |
Response Formats
application/json, text/json
Voorbeeld:
{
"User": "voorbeeld string 1",
"Password": "voorbeeld string 2"
}
application/xml, text/xml
Voorbeeld:
<RegisterAccountResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <User>voorbeeld string 1</User> <Password>voorbeeld string 2</Password> </RegisterAccountResult>