POST api/ReferralResponse/VerifyReferralResponseQrCode
Request Information
URI Parameters
None.
Body Parameters
ReferralResponseVerificationRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| ReferalResponseId | integer | None. | |
| Uid | globally unique identifier | None. | |
| UserMobileActivationCode | globally unique identifier | None. | |
| VerificationUserID | integer | None. | |
| VerificationData | string | None. | |
| MedicalReportTypeId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "referalResponseId": 1,
  "uid": "4a716834-4549-434b-b8ce-ffd4d2b83130",
  "userMobileActivationCode": "f297ac13-0b75-45ab-9c37-23c5e9f57220",
  "verificationUserID": 3,
  "verificationData": "sample string 4",
  "medicalReportTypeId": 5
}
        application/xml, text/xml
            Sample:
        <ReferralResponseVerificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMedit.eDoktor.WebApi.Models.Api.ReferralResponse"> <MedicalReportTypeId>5</MedicalReportTypeId> <ReferalResponseId>1</ReferalResponseId> <Uid>4a716834-4549-434b-b8ce-ffd4d2b83130</Uid> <UserMobileActivationCode>f297ac13-0b75-45ab-9c37-23c5e9f57220</UserMobileActivationCode> <VerificationData>sample string 4</VerificationData> <VerificationUserID>3</VerificationUserID> </ReferralResponseVerificationRequest>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.