POST api/Values
Request Information
URI Parameters
None.
Body Parameters
FormViewModelName | Description | Type | Additional information |
---|---|---|---|
formType | string |
None. |
|
ad | string |
None. |
|
soyad | string |
None. |
|
telefon | string |
None. |
|
eposta | string |
None. |
|
mesaj | string |
None. |
|
dil | string |
None. |
|
projectName | string |
None. |
|
projeId | string |
None. |
|
campanyId | string |
None. |
|
unitId | string |
None. |
|
sayfa_adi | string |
None. |
|
refurl | string |
None. |
|
cururl | string |
None. |
|
country | string |
None. |
|
countryCode | string |
None. |
|
check | boolean |
None. |
|
boolean |
None. |
||
sourceId | integer |
None. |
|
tcno | string |
None. |
|
adress | string |
None. |
|
city | string |
None. |
|
district | string |
None. |
|
dateOfBirth | date |
None. |
|
jop | string |
None. |
|
newspeaperAds | string |
None. |
|
inetrnetAdress | string |
None. |
|
magazineAds | string |
None. |
|
other | string |
None. |
|
interes | string |
None. |
|
notes | string |
None. |
|
advancePayment | string |
None. |
|
monthlyInstallment | string |
None. |
|
expiry | string |
None. |
|
educationStatus | integer |
None. |
|
meritialStatus | boolean |
None. |
|
buyType1 | integer |
None. |
|
buyType2 | integer |
None. |
|
contactType1 | integer |
None. |
|
contactType2 | integer |
None. |
|
contactType3 | integer |
None. |
|
contactType4 | integer |
None. |
|
contactType5 | integer |
None. |
|
peymentType1 | integer |
None. |
|
peymentType2 | integer |
None. |
|
peymentType3 | integer |
None. |
|
realEstateType1 | integer |
None. |
|
realEstateType2 | integer |
None. |
|
realEstateType3 | integer |
None. |
|
realEstateType4 | integer |
None. |
|
realEstateType5 | integer |
None. |
|
realEstateType6 | integer |
None. |
|
realEstateType7 | integer |
None. |
|
realEstateType8 | integer |
None. |
|
realEstateType9 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "formType": "sample string 1", "ad": "sample string 2", "soyad": "sample string 3", "telefon": "sample string 4", "eposta": "sample string 5", "mesaj": "sample string 6", "dil": "sample string 7", "projectName": "sample string 8", "projeId": "sample string 9", "campanyId": "sample string 10", "unitId": "sample string 11", "sayfa_adi": "sample string 12", "refurl": "sample string 13", "cururl": "sample string 14", "country": "sample string 15", "countryCode": "sample string 16", "check": true, "whatsapp": true, "sourceId": 1, "tcno": "sample string 19", "adress": "sample string 20", "city": "sample string 21", "district": "sample string 22", "dateOfBirth": "2025-01-09T22:14:03.1444173+03:00", "jop": "sample string 24", "newspeaperAds": "sample string 25", "inetrnetAdress": "sample string 26", "magazineAds": "sample string 27", "other": "sample string 28", "interes": "sample string 29", "notes": "sample string 30", "advancePayment": "sample string 31", "monthlyInstallment": "sample string 32", "expiry": "sample string 33", "educationStatus": 1, "meritialStatus": true, "buyType1": 1, "buyType2": 1, "contactType1": 1, "contactType2": 1, "contactType3": 1, "contactType4": 1, "contactType5": 1, "peymentType1": 1, "peymentType2": 1, "peymentType3": 1, "realEstateType1": 1, "realEstateType2": 1, "realEstateType3": 1, "realEstateType4": 1, "realEstateType5": 1, "realEstateType6": 1, "realEstateType7": 1, "realEstateType8": 1, "realEstateType9": 1 }
application/xml, text/xml
Sample:
<FormViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ForeignWebApi.Models.ViewModel"> <ad>sample string 2</ad> <adress>sample string 20</adress> <advancePayment>sample string 31</advancePayment> <buyType1>1</buyType1> <buyType2>1</buyType2> <campanyId>sample string 10</campanyId> <check>true</check> <city>sample string 21</city> <contactType1>1</contactType1> <contactType2>1</contactType2> <contactType3>1</contactType3> <contactType4>1</contactType4> <contactType5>1</contactType5> <country>sample string 15</country> <countryCode>sample string 16</countryCode> <cururl>sample string 14</cururl> <dateOfBirth>2025-01-09T22:14:03.1444173+03:00</dateOfBirth> <dil>sample string 7</dil> <district>sample string 22</district> <educationStatus>1</educationStatus> <eposta>sample string 5</eposta> <expiry>sample string 33</expiry> <formType>sample string 1</formType> <inetrnetAdress>sample string 26</inetrnetAdress> <interes>sample string 29</interes> <jop>sample string 24</jop> <magazineAds>sample string 27</magazineAds> <meritialStatus>true</meritialStatus> <mesaj>sample string 6</mesaj> <monthlyInstallment>sample string 32</monthlyInstallment> <newspeaperAds>sample string 25</newspeaperAds> <notes>sample string 30</notes> <other>sample string 28</other> <peymentType1>1</peymentType1> <peymentType2>1</peymentType2> <peymentType3>1</peymentType3> <projeId>sample string 9</projeId> <projectName>sample string 8</projectName> <realEstateType1>1</realEstateType1> <realEstateType2>1</realEstateType2> <realEstateType3>1</realEstateType3> <realEstateType4>1</realEstateType4> <realEstateType5>1</realEstateType5> <realEstateType6>1</realEstateType6> <realEstateType7>1</realEstateType7> <realEstateType8>1</realEstateType8> <realEstateType9>1</realEstateType9> <refurl>sample string 13</refurl> <sayfa_adi>sample string 12</sayfa_adi> <sourceId>1</sourceId> <soyad>sample string 3</soyad> <tcno>sample string 19</tcno> <telefon>sample string 4</telefon> <unitId>sample string 11</unitId> <whatsapp>true</whatsapp> </FormViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.