POST api/Applicant
Accepts requests to register a specific EA applicant
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "OfficeId": "sample string 1", "Title": "sample string 2", "FirstName": "sample string 3", "LastName": "sample string 4", "BuildingName": "sample string 5", "BuildingNumber": "sample string 6", "SubBuildingName": "sample string 7", "DependantThoroughfare": "sample string 8", "Thoroughfare": "sample string 9", "DependantLocality": "sample string 10", "Town": "sample string 11", "County": "sample string 12", "Postcode": "sample string 13", "PrimaryPhone": "sample string 14", "SecondaryPhone": "sample string 15", "EmailAddress": "sample string 16", "DataProectionOptIn": true, "PriceMinimum": 18.0, "PriceMaximum": 19.0, "BedroomPreference": 20, "ReceiptionPreference": 21, "PropertyType": 22, "IsChewtonRose": 23, "SpecialFeatures": "sample string 24", "Selling_EA": "sample string 25", "Brand": "sample string 26", "Location": "sample string 27", "InterestedInHelpToBy": true, "AppointmentSlot": "sample string 29" }
application/xml, text/xml
Sample:
<ApplicantRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Spicerhaart.RedWebAPI.Controllers"> <AppointmentSlot>sample string 29</AppointmentSlot> <BedroomPreference>20</BedroomPreference> <Brand>sample string 26</Brand> <BuildingName>sample string 5</BuildingName> <BuildingNumber>sample string 6</BuildingNumber> <County>sample string 12</County> <DataProectionOptIn>true</DataProectionOptIn> <DependantLocality>sample string 10</DependantLocality> <DependantThoroughfare>sample string 8</DependantThoroughfare> <EmailAddress>sample string 16</EmailAddress> <FirstName>sample string 3</FirstName> <InterestedInHelpToBy>true</InterestedInHelpToBy> <IsChewtonRose>23</IsChewtonRose> <LastName>sample string 4</LastName> <Location>sample string 27</Location> <OfficeId>sample string 1</OfficeId> <Postcode>sample string 13</Postcode> <PriceMaximum>19</PriceMaximum> <PriceMinimum>18</PriceMinimum> <PrimaryPhone>sample string 14</PrimaryPhone> <PropertyType>22</PropertyType> <ReceiptionPreference>21</ReceiptionPreference> <SecondaryPhone>sample string 15</SecondaryPhone> <Selling_EA>sample string 25</Selling_EA> <SpecialFeatures>sample string 24</SpecialFeatures> <SubBuildingName>sample string 7</SubBuildingName> <Thoroughfare>sample string 9</Thoroughfare> <Title>sample string 2</Title> <Town>sample string 11</Town> </ApplicantRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.