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": "fbb3c47e-72b5-418c-bd88-07b71feb1473",
"ContributorUserAppP": "24cd2a92-b4c0-4b43-aa76-d7d36b09a598",
"ContributorPin": "sample string 10",
"Facility": "sample string 11",
"ContributorCentreGUID": "13a5b0d8-41b6-406e-b142-a39e197e09bb",
"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>13a5b0d8-41b6-406e-b142-a39e197e09bb</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>24cd2a92-b4c0-4b43-aa76-d7d36b09a598</ContributorUserAppP> <ContributorUserAppU>fbb3c47e-72b5-418c-bd88-07b71feb1473</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": "08c8f7be-71ab-4f07-9ebb-e2b2ff8fac4b",
"InstitutionUUID": "e611262a-ddc9-4389-8c65-4b23391449b0",
"IsSuccess": true,
"ErrorMessage": "sample string 4",
"ContributorUserAppU": "650eeb3b-3caa-4044-944a-661afd6bf0b7",
"ContributorUserAppP": "8976866e-011b-4987-8eeb-4b0c6179d897",
"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>8976866e-011b-4987-8eeb-4b0c6179d897</ContributorUserAppP> <ContributorUserAppU>650eeb3b-3caa-4044-944a-661afd6bf0b7</ContributorUserAppU> <ErrorMessage>sample string 4</ErrorMessage> <InstitutionUUID>e611262a-ddc9-4389-8c65-4b23391449b0</InstitutionUUID> <IsSuccess>true</IsSuccess> <OnlineContributorUUID>08c8f7be-71ab-4f07-9ebb-e2b2ff8fac4b</OnlineContributorUUID> <UsesCentres>true</UsesCentres> </ContributorRegisterResponse>