POST api/TermsAndConditions

Accepts the terms and conditions of use of myCare mobile, kiosk applications.

Request Information

URI Parameters

None.

Body Parameters

TermsAndConditionsRequestModel
NameDescriptionTypeAdditional information
AccountNumber

Account number of the practice.

string

None.

LoginFrom

Name of the application from where login. Possible values are Mobile, Kiosk.

string

None.

Username

Username of the patient or it's representative.

string

None.

Password

Password of the patient or it's representative.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountNumber": "sample string 1",
  "LoginFrom": "sample string 2",
  "Username": "sample string 3",
  "Password": "sample string 4"
}

application/xml, text/xml

Sample:
<TermsAndConditionsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.TermsAndConditions">
  <AccountNumber>sample string 1</AccountNumber>
  <LoginFrom>sample string 2</LoginFrom>
  <Password>sample string 4</Password>
  <Username>sample string 3</Username>
</TermsAndConditionsRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TermsAndConditionsRequestModel
NameDescriptionTypeAdditional information
AccountNumber

Account number of the practice.

string

None.

LoginFrom

Name of the application from where login. Possible values are Mobile, Kiosk.

string

None.

Username

Username of the patient or it's representative.

string

None.

Password

Password of the patient or it's representative.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "AccountNumber": "sample string 1",
  "LoginFrom": "sample string 2",
  "Username": "sample string 3",
  "Password": "sample string 4"
}

application/xml, text/xml

Sample:
<TermsAndConditionsRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Mobile.Api.Models.TermsAndConditions">
  <AccountNumber>sample string 1</AccountNumber>
  <LoginFrom>sample string 2</LoginFrom>
  <Password>sample string 4</Password>
  <Username>sample string 3</Username>
</TermsAndConditionsRequestModel>