POST api/RegistrationUpdate
Request Information
URI Parameters
None.
Body Parameters
ContributorRegisterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InstitutionCode | string |
None. |
|
| ContributorName | string |
None. |
|
| ContributorHospital | string |
None. |
|
| ContributorProfession | string |
None. |
|
| ContributorEmail | string |
None. |
|
| ContributorCountry | string |
None. |
|
| TermsAgreedId | integer |
None. |
|
| ContributorUserAppU | globally unique identifier |
None. |
|
| ContributorUserAppP | globally unique identifier |
None. |
|
| ContributorPin | string |
None. |
|
| Facility | string |
None. |
|
| ContributorCentreGUID | globally unique identifier |
None. |
|
| AppVersion | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstitutionCode": "sample string 1",
"ContributorName": "sample string 2",
"ContributorHospital": "sample string 3",
"ContributorProfession": "sample string 4",
"ContributorEmail": "sample string 5",
"ContributorCountry": "sample string 6",
"TermsAgreedId": 7,
"ContributorUserAppU": "85935279-0488-478d-b6ae-0a71ec798a7b",
"ContributorUserAppP": "bf87cb25-72c6-4f17-9a52-808a134fd9c0",
"ContributorPin": "sample string 10",
"Facility": "sample string 11",
"ContributorCentreGUID": "8c09333b-960d-43b0-ab5f-6e061ad672e7",
"AppVersion": 1.1
}
text/xml
Sample:
<ContributorRegisterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/gbddcwebapi.Models"> <AppVersion>1.1</AppVersion> <ContributorCentreGUID>8c09333b-960d-43b0-ab5f-6e061ad672e7</ContributorCentreGUID> <ContributorCountry>sample string 6</ContributorCountry> <ContributorEmail>sample string 5</ContributorEmail> <ContributorHospital>sample string 3</ContributorHospital> <ContributorName>sample string 2</ContributorName> <ContributorPin>sample string 10</ContributorPin> <ContributorProfession>sample string 4</ContributorProfession> <ContributorUserAppP>bf87cb25-72c6-4f17-9a52-808a134fd9c0</ContributorUserAppP> <ContributorUserAppU>85935279-0488-478d-b6ae-0a71ec798a7b</ContributorUserAppU> <Facility>sample string 11</Facility> <InstitutionCode>sample string 1</InstitutionCode> <TermsAgreedId>7</TermsAgreedId> </ContributorRegisterRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ContributorRegisterResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| OnlineContributorUUID | globally unique identifier |
None. |
|
| InstitutionUUID | globally unique identifier |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ContributorUserAppU | globally unique identifier |
None. |
|
| ContributorUserAppP | globally unique identifier |
None. |
|
| AllowPhotos | boolean |
None. |
|
| AllowRecording | boolean |
None. |
|
| UsesCentres | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"OnlineContributorUUID": "32b0a93a-a31c-47dd-8fb5-b9f6099fdfe7",
"InstitutionUUID": "fd5a8a19-0552-405f-8a64-70de79cb56cb",
"IsSuccess": true,
"ErrorMessage": "sample string 4",
"ContributorUserAppU": "fce774c9-f614-4fd0-aba1-41b62347b3ea",
"ContributorUserAppP": "a8f3f228-a452-4c06-9f5e-af4ef4b76337",
"AllowPhotos": true,
"AllowRecording": true,
"UsesCentres": true
}
text/xml
Sample:
<ContributorRegisterResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/gbddcwebapi.Models"> <AllowPhotos>true</AllowPhotos> <AllowRecording>true</AllowRecording> <ContributorUserAppP>a8f3f228-a452-4c06-9f5e-af4ef4b76337</ContributorUserAppP> <ContributorUserAppU>fce774c9-f614-4fd0-aba1-41b62347b3ea</ContributorUserAppU> <ErrorMessage>sample string 4</ErrorMessage> <InstitutionUUID>fd5a8a19-0552-405f-8a64-70de79cb56cb</InstitutionUUID> <IsSuccess>true</IsSuccess> <OnlineContributorUUID>32b0a93a-a31c-47dd-8fb5-b9f6099fdfe7</OnlineContributorUUID> <UsesCentres>true</UsesCentres> </ContributorRegisterResponse>