POST apioauth/installationportal/twofactor
Request a code
Request Information
URI Parameters
None.
Body Parameters
The CreateInstallationPortalTwoFactor request
CreateInstallationPortalTwoFactor| Name | Description | Type | Additional information | 
|---|---|---|---|
| Guid | 
                         A guid  | 
                    string | 
                             None.  | 
                
| MobileNumber | 
                         The mobile number where the code will be sent  | 
                    string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Guid": "sample string 1",
  "MobileNumber": "sample string 2"
}
        application/xml, text/xml
            Sample:
        <CreateInstallationPortalTwoFactor xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Guid>sample string 1</Guid> <MobileNumber>sample string 2</MobileNumber> </CreateInstallationPortalTwoFactor>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
A 200 on success
booleanResponse Formats
application/json, text/json
            Sample:
        true
application/xml, text/xml
            Sample:
<boolean>true</boolean>