POST api/LRECForms/{id}?RE_Sales_Initial={RE_Sales_Initial}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

inputForm
No documentation available.

Define this parameter in the request body.

RE_Sales_Initial
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "OnlineRequestLRECAppIdnt": "sample string 1",
  "OnlineRequestIdnt": "sample string 2",
  "LicenseType": "sample string 3",
  "FirstName": "sample string 4",
  "MiddleName": "sample string 5",
  "LastName": "sample string 6",
  "Suffix": "sample string 7",
  "FullName": "sample string 8",
  "SSN": "sample string 9",
  "DateofBirth": "sample string 10",
  "Military": "sample string 11",
  "Felony": "sample string 12",
  "PreferredType": "sample string 13",
  "POBoxZip": "sample string 14",
  "POBoxAddress": "sample string 15",
  "POBoxCity": "sample string 16",
  "POBoxState": "sample string 17",
  "POBoxParish": "sample string 18",
  "AdditionalPhone": "sample string 19",
  "PhysicalZip": "sample string 20",
  "PhysicalAddress": "sample string 21",
  "PhysicalCity": "sample string 22",
  "PhysicalState": "sample string 23",
  "PhysicalParish": "sample string 24",
  "PreferredPhone": "sample string 25",
  "DaysMonthYears": "sample string 26",
  "LicensedOutofState": "sample string 27",
  "PreferredEmail": "sample string 28",
  "PreviousState1": "sample string 29",
  "PreviousState2": "sample string 30",
  "PreviousState3": "sample string 31",
  "PulledLicense": "sample string 32",
  "PulledLicenser": "sample string 33",
  "SchoolName": "sample string 34",
  "SchoolLocation": "sample string 35",
  "Signature": "sample string 36",
  "HowLong": "sample string 37"
}

application/xml, text/xml

Sample:
<RE_Sales_Initial xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LREC.Models">
  <AdditionalPhone>sample string 19</AdditionalPhone>
  <DateofBirth>sample string 10</DateofBirth>
  <DaysMonthYears>sample string 26</DaysMonthYears>
  <Felony>sample string 12</Felony>
  <FirstName>sample string 4</FirstName>
  <FullName>sample string 8</FullName>
  <HowLong>sample string 37</HowLong>
  <LastName>sample string 6</LastName>
  <LicenseType>sample string 3</LicenseType>
  <LicensedOutofState>sample string 27</LicensedOutofState>
  <MiddleName>sample string 5</MiddleName>
  <Military>sample string 11</Military>
  <OnlineRequestIdnt>sample string 2</OnlineRequestIdnt>
  <OnlineRequestLRECAppIdnt>sample string 1</OnlineRequestLRECAppIdnt>
  <POBoxAddress>sample string 15</POBoxAddress>
  <POBoxCity>sample string 16</POBoxCity>
  <POBoxParish>sample string 18</POBoxParish>
  <POBoxState>sample string 17</POBoxState>
  <POBoxZip>sample string 14</POBoxZip>
  <PhysicalAddress>sample string 21</PhysicalAddress>
  <PhysicalCity>sample string 22</PhysicalCity>
  <PhysicalParish>sample string 24</PhysicalParish>
  <PhysicalState>sample string 23</PhysicalState>
  <PhysicalZip>sample string 20</PhysicalZip>
  <PreferredEmail>sample string 28</PreferredEmail>
  <PreferredPhone>sample string 25</PreferredPhone>
  <PreferredType>sample string 13</PreferredType>
  <PreviousState1>sample string 29</PreviousState1>
  <PreviousState2>sample string 30</PreviousState2>
  <PreviousState3>sample string 31</PreviousState3>
  <PulledLicense>sample string 32</PulledLicense>
  <PulledLicenser>sample string 33</PulledLicenser>
  <SSN>sample string 9</SSN>
  <SchoolLocation>sample string 35</SchoolLocation>
  <SchoolName>sample string 34</SchoolName>
  <Signature>sample string 36</Signature>
  <Suffix>sample string 7</Suffix>
</RE_Sales_Initial>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.