GET api/eportal/GetApkSettings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApkSettings
NameDescriptionTypeAdditional information
TestorProduction

string

None.

OTPPatMobile

string

None.

OTPDrMobile

string

None.

NewPatientRegFee

decimal number

None.

FeedBackURL

string

None.

SMS_VENDOR_NAME

string

None.

SMS_URL

string

None.

SMS_KEY

string

None.

SMS_USERNAME

string

None.

SMS_PASSWORD

string

None.

SMS_SENDER_ID

string

None.

SMS_SEND_METHOD

string

None.

SMS_TYPE

string

None.

PaymentGatway_Key

string

None.

PaymentGatway_Name

string

None.

PaymentGatway_order_id

string

None.

Payment_prefill_email

string

None.

Payment_prefill_contact

string

None.

Payment_prefill_name

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TestorProduction": "sample string 1",
  "OTPPatMobile": "sample string 2",
  "OTPDrMobile": "sample string 3",
  "NewPatientRegFee": 4.1,
  "FeedBackURL": "sample string 5",
  "SMS_VENDOR_NAME": "sample string 6",
  "SMS_URL": "sample string 7",
  "SMS_KEY": "sample string 8",
  "SMS_USERNAME": "sample string 9",
  "SMS_PASSWORD": "sample string 10",
  "SMS_SENDER_ID": "sample string 11",
  "SMS_SEND_METHOD": "sample string 12",
  "SMS_TYPE": "sample string 13",
  "PaymentGatway_Key": "sample string 14",
  "PaymentGatway_Name": "sample string 15",
  "PaymentGatway_order_id": "sample string 16",
  "Payment_prefill_email": "sample string 17",
  "Payment_prefill_contact": "sample string 18",
  "Payment_prefill_name": "sample string 19"
}

text/html

Sample:
{"TestorProduction":"sample string 1","OTPPatMobile":"sample string 2","OTPDrMobile":"sample string 3","NewPatientRegFee":4.1,"FeedBackURL":"sample string 5","SMS_VENDOR_NAME":"sample string 6","SMS_URL":"sample string 7","SMS_KEY":"sample string 8","SMS_USERNAME":"sample string 9","SMS_PASSWORD":"sample string 10","SMS_SENDER_ID":"sample string 11","SMS_SEND_METHOD":"sample string 12","SMS_TYPE":"sample string 13","PaymentGatway_Key":"sample string 14","PaymentGatway_Name":"sample string 15","PaymentGatway_order_id":"sample string 16","Payment_prefill_email":"sample string 17","Payment_prefill_contact":"sample string 18","Payment_prefill_name":"sample string 19"}

application/xml, text/xml

Sample:
<ApkSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobileWebAPI.Models">
  <FeedBackURL>sample string 5</FeedBackURL>
  <NewPatientRegFee>4.1</NewPatientRegFee>
  <OTPDrMobile>sample string 3</OTPDrMobile>
  <OTPPatMobile>sample string 2</OTPPatMobile>
  <PaymentGatway_Key>sample string 14</PaymentGatway_Key>
  <PaymentGatway_Name>sample string 15</PaymentGatway_Name>
  <PaymentGatway_order_id>sample string 16</PaymentGatway_order_id>
  <Payment_prefill_contact>sample string 18</Payment_prefill_contact>
  <Payment_prefill_email>sample string 17</Payment_prefill_email>
  <Payment_prefill_name>sample string 19</Payment_prefill_name>
  <SMS_KEY>sample string 8</SMS_KEY>
  <SMS_PASSWORD>sample string 10</SMS_PASSWORD>
  <SMS_SENDER_ID>sample string 11</SMS_SENDER_ID>
  <SMS_SEND_METHOD>sample string 12</SMS_SEND_METHOD>
  <SMS_TYPE>sample string 13</SMS_TYPE>
  <SMS_URL>sample string 7</SMS_URL>
  <SMS_USERNAME>sample string 9</SMS_USERNAME>
  <SMS_VENDOR_NAME>sample string 6</SMS_VENDOR_NAME>
  <TestorProduction>sample string 1</TestorProduction>
</ApkSettings>