POST api/V1/Website/createlead?languageId={languageId}&utm_source={utm_source}&utm_medium={utm_medium}&landingpage={landingpage}&utm_campaign={utm_campaign}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageId | integer |
Required |
|
| utm_source | string |
None. |
|
| utm_medium | string |
None. |
|
| landingpage | string |
None. |
|
| utm_campaign | string |
None. |
Body Parameters
WebSiteCreateLeadRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ConsultationBooked | boolean |
None. |
|
| ConsultationRequestDate | date |
None. |
|
| Province | integer |
None. |
|
| LeadType | LeadType |
None. |
|
| CurrentCareerState | CarreerState |
None. |
|
| ExistingLeadId | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| CreatedOnFromApps | date |
None. |
|
| ModifiedOnFromApps | date |
None. |
|
| EvaluationFormParameters | EvaluationFormParameters |
None. |
Request Formats
application/json, text/json
Sample:
{
"ConsultationBooked": true,
"ConsultationRequestDate": "2026-02-17T15:54:43.5120235+03:30",
"Province": 1,
"LeadType": {
"ResidencyType": 100000000,
"ServiceType": 100000000
},
"CurrentCareerState": 0,
"ExistingLeadId": "b4d8bf2c-958b-4276-bd68-271f53c33cbd",
"FirstName": "sample string 1",
"LastName": "sample string 2",
"Email": "sample string 3",
"PhoneNumber": "sample string 4",
"CreatedOnFromApps": "2026-02-17T15:54:43.5120235+03:30",
"ModifiedOnFromApps": "2026-02-17T15:54:43.5120235+03:30",
"EvaluationFormParameters": {
"MonthlyIncome": 0,
"HasEstate": true,
"HasSchengenVisaRejectionHistory": true,
"HasValidVisa": true
}
}
application/xml, text/xml
Sample:
<WebSiteCreateLeadRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrmGateway.Api.Models.Inputs.WebSite">
<ConsultationBooked>true</ConsultationBooked>
<ConsultationRequestDate>2026-02-17T15:54:43.5120235+03:30</ConsultationRequestDate>
<CreatedOnFromApps>2026-02-17T15:54:43.5120235+03:30</CreatedOnFromApps>
<CurrentCareerState>Employee</CurrentCareerState>
<Email>sample string 3</Email>
<EvaluationFormParameters>
<HasEstate>true</HasEstate>
<HasSchengenVisaRejectionHistory>true</HasSchengenVisaRejectionHistory>
<HasValidVisa>true</HasValidVisa>
<MonthlyIncome>Below100MillionTomans</MonthlyIncome>
</EvaluationFormParameters>
<ExistingLeadId>b4d8bf2c-958b-4276-bd68-271f53c33cbd</ExistingLeadId>
<FirstName>sample string 1</FirstName>
<LastName>sample string 2</LastName>
<LeadType>
<ResidencyType>Education</ResidencyType>
<ServiceType>Gestoria</ServiceType>
</LeadType>
<ModifiedOnFromApps>2026-02-17T15:54:43.5120235+03:30</ModifiedOnFromApps>
<PhoneNumber>sample string 4</PhoneNumber>
<Province>1</Province>
</WebSiteCreateLeadRequestModel>
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.