POST api/Account/UserUpdate

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:
{
  "Id": "sample string 1",
  "UserName": "sample string 2",
  "Name": "sample string 3",
  "Phone": "sample string 4",
  "Email": "sample string 5",
  "Address1": "sample string 6",
  "Address2": "sample string 7",
  "City": "sample string 8",
  "State": "sample string 9",
  "Zip": "sample string 10",
  "AgentCode": "sample string 11",
  "EOFilePath": "sample string 12",
  "W9FilePath": "sample string 13",
  "InsuranceLicensePaths": "sample string 14",
  "InsuranceLicenseIdsForRemoval": "sample string 15",
  "InsuranceLicenseForUpdate": "sample string 16",
  "StatesForRemoval": "sample string 17",
  "StatesToAdd": "sample string 18",
  "ComMaxSinglePayMGA": true,
  "ComMaxUAAGBSRateID": 20,
  "ComMaxUAAGBSAmount": "sample string 21",
  "ComMaxMGARate": "sample string 22",
  "ComMaxMGAAmount": "sample string 23",
  "ComMaxAgencyRate": "sample string 24",
  "ComMaxAgencyAmount": "sample string 25",
  "ComMaxBrokerRate": "sample string 26",
  "ComMaxBrokerAmount": "sample string 27",
  "ParentId": "sample string 28",
  "SsnTaxId": "sample string 29",
  "EffectiveDate": "sample string 30",
  "TermDate": "sample string 31",
  "EOTermDate": "sample string 32",
  "EOVolume": "sample string 33",
  "CompanyName": "sample string 34",
  "AgencyAddress1": "sample string 35",
  "AgencyAddress2": "sample string 36",
  "AgencyCity": "sample string 37",
  "AgencyState": "sample string 38",
  "AgencyZip": "sample string 39",
  "ReferralCode": "sample string 40",
  "RegistrationReferralCode": "sample string 41",
  "AllowRateQuoting": true,
  "IsDisabled": true,
  "AgentPaymentMethod": true,
  "Password": "sample string 45",
  "CreateAgentSite": true,
  "AgentAgreementCompletedDate": "sample string 47"
}

application/xml, text/xml

Sample:
<UserUpdateBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InsuranceAPI.Models">
  <Address1>sample string 6</Address1>
  <Address2>sample string 7</Address2>
  <AgencyAddress1>sample string 35</AgencyAddress1>
  <AgencyAddress2>sample string 36</AgencyAddress2>
  <AgencyCity>sample string 37</AgencyCity>
  <AgencyState>sample string 38</AgencyState>
  <AgencyZip>sample string 39</AgencyZip>
  <AgentAgreementCompletedDate>sample string 47</AgentAgreementCompletedDate>
  <AgentCode>sample string 11</AgentCode>
  <AgentPaymentMethod>true</AgentPaymentMethod>
  <AllowRateQuoting>true</AllowRateQuoting>
  <City>sample string 8</City>
  <ComMaxAgencyAmount>sample string 25</ComMaxAgencyAmount>
  <ComMaxAgencyRate>sample string 24</ComMaxAgencyRate>
  <ComMaxBrokerAmount>sample string 27</ComMaxBrokerAmount>
  <ComMaxBrokerRate>sample string 26</ComMaxBrokerRate>
  <ComMaxMGAAmount>sample string 23</ComMaxMGAAmount>
  <ComMaxMGARate>sample string 22</ComMaxMGARate>
  <ComMaxSinglePayMGA>true</ComMaxSinglePayMGA>
  <ComMaxUAAGBSAmount>sample string 21</ComMaxUAAGBSAmount>
  <ComMaxUAAGBSRateID>20</ComMaxUAAGBSRateID>
  <CompanyName>sample string 34</CompanyName>
  <CreateAgentSite>true</CreateAgentSite>
  <EOFilePath>sample string 12</EOFilePath>
  <EOTermDate>sample string 32</EOTermDate>
  <EOVolume>sample string 33</EOVolume>
  <EffectiveDate>sample string 30</EffectiveDate>
  <Email>sample string 5</Email>
  <Id>sample string 1</Id>
  <InsuranceLicenseForUpdate>sample string 16</InsuranceLicenseForUpdate>
  <InsuranceLicenseIdsForRemoval>sample string 15</InsuranceLicenseIdsForRemoval>
  <InsuranceLicensePaths>sample string 14</InsuranceLicensePaths>
  <IsDisabled>true</IsDisabled>
  <Name>sample string 3</Name>
  <ParentId>sample string 28</ParentId>
  <Password>sample string 45</Password>
  <Phone>sample string 4</Phone>
  <ReferralCode>sample string 40</ReferralCode>
  <RegistrationReferralCode>sample string 41</RegistrationReferralCode>
  <SsnTaxId>sample string 29</SsnTaxId>
  <State>sample string 9</State>
  <StatesForRemoval>sample string 17</StatesForRemoval>
  <StatesToAdd>sample string 18</StatesToAdd>
  <TermDate>sample string 31</TermDate>
  <UserName>sample string 2</UserName>
  <W9FilePath>sample string 13</W9FilePath>
  <Zip>sample string 10</Zip>
</UserUpdateBindingModel>

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 'UserUpdateBindingModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>