POST api/SettingGlobal

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyName": "sample string 1",
  "Address1": "sample string 2",
  "Address2": "sample string 3",
  "City": "sample string 4",
  "State": "sample string 5",
  "Zip": "sample string 6",
  "Email": "sample string 7",
  "Phone": "sample string 8",
  "TPACostSNAME": 9.1,
  "NetworkCostSNAME": 10.1,
  "HealthySolutionsSNAME": 11.1,
  "ProviderChoiceAwardsSNAME": 12.1,
  "ProgramTBDSNAME": 13.1,
  "AGENTandCompSNAME": 14.1,
  "GANumberandCompSNAME": 15.1,
  "MGANumberandCompSNAME": 16.1,
  "DistributionCompSNAME": 17.1,
  "UAACompSNAME": 18.1,
  "BillingFeeSNAME": 19.1,
  "TPACostMECxx": 20.1,
  "NetworkCostMECxx": 21.1,
  "HealthySolutionsMECxx": 22.1,
  "ProviderChoiceAwardsMECxx": 23.1,
  "ProgramTBDMECxx": 24.1,
  "AGENTandCompMECxx": 25.1,
  "GANumberandCompMECxx": 26.1,
  "MGANumberandCompMECxx": 27.1,
  "DistributionCompMECxx": 28.1,
  "UAACompMECxx": 29.1,
  "BillingFeeMECxx": 30.1
}

application/xml, text/xml

Sample:
<SettingGlobalBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Models">
  <AGENTandCompMECxx>25.1</AGENTandCompMECxx>
  <AGENTandCompSNAME>14.1</AGENTandCompSNAME>
  <Address1>sample string 2</Address1>
  <Address2>sample string 3</Address2>
  <BillingFeeMECxx>30.1</BillingFeeMECxx>
  <BillingFeeSNAME>19.1</BillingFeeSNAME>
  <City>sample string 4</City>
  <CompanyName>sample string 1</CompanyName>
  <DistributionCompMECxx>28.1</DistributionCompMECxx>
  <DistributionCompSNAME>17.1</DistributionCompSNAME>
  <Email>sample string 7</Email>
  <GANumberandCompMECxx>26.1</GANumberandCompMECxx>
  <GANumberandCompSNAME>15.1</GANumberandCompSNAME>
  <HealthySolutionsMECxx>22.1</HealthySolutionsMECxx>
  <HealthySolutionsSNAME>11.1</HealthySolutionsSNAME>
  <MGANumberandCompMECxx>27.1</MGANumberandCompMECxx>
  <MGANumberandCompSNAME>16.1</MGANumberandCompSNAME>
  <NetworkCostMECxx>21.1</NetworkCostMECxx>
  <NetworkCostSNAME>10.1</NetworkCostSNAME>
  <Phone>sample string 8</Phone>
  <ProgramTBDMECxx>24.1</ProgramTBDMECxx>
  <ProgramTBDSNAME>13.1</ProgramTBDSNAME>
  <ProviderChoiceAwardsMECxx>23.1</ProviderChoiceAwardsMECxx>
  <ProviderChoiceAwardsSNAME>12.1</ProviderChoiceAwardsSNAME>
  <State>sample string 5</State>
  <TPACostMECxx>20.1</TPACostMECxx>
  <TPACostSNAME>9.1</TPACostSNAME>
  <UAACompMECxx>29.1</UAACompMECxx>
  <UAACompSNAME>18.1</UAACompSNAME>
  <Zip>sample string 6</Zip>
</SettingGlobalBindingModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SettingGlobalBindingModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>