{
"id": "string",
"companyId": "string",
"jobTitle": "string",
"leadStatusId": "string",
"name": {
"firstName": "string",
"lastName": "string",
"middleName": "string",
"salutationId": "string",
"suffix": "string"
},
"email": "string",
"phone": "string",
"mobilePhone": "string",
"otherEmail": [
{
"emailAddress": "string",
"type": "Work",
"optOut": true
}
],
"otherPhone": [
{
"phoneNumber": "string",
"type": "Work",
"optOut": true
}
],
"callOptOut": true,
"emailOptOut": true,
"ratingId": "string",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"ownerId": "string",
"website": "string",
"company": "string",
"industryId": "string",
"noOfEmployees": 0,
"accountSourceTypeId": "string",
"address": {
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"latitude": "string",
"longtitude": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string"
},
"description": "string",
"createdBy": "string",
"lastModifiedBy": "string",
"annualRevenue": 0,
"lastTransferDate": "2019-08-24T14:15:22Z",
"genderId": "string",
"pronounceId": "string",
"fullName": "string",
"status": "Default"
}
curl --location --request POST 'https://platform.shopranos.eu/api/Contact/createfromlead//' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"jobTitle": "string",
"leadStatusId": "string",
"name": {
"firstName": "string",
"lastName": "string",
"middleName": "string",
"salutationId": "string",
"suffix": "string"
},
"email": "string",
"phone": "string",
"mobilePhone": "string",
"otherEmail": [
{
"emailAddress": "string",
"type": "Work",
"optOut": true
}
],
"otherPhone": [
{
"phoneNumber": "string",
"type": "Work",
"optOut": true
}
],
"callOptOut": true,
"emailOptOut": true,
"ratingId": "string",
"insertDate": "2019-08-24T14:15:22Z",
"updateDate": "2019-08-24T14:15:22Z",
"ownerId": "string",
"website": "string",
"company": "string",
"industryId": "string",
"noOfEmployees": 0,
"accountSourceTypeId": "string",
"address": {
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"latitude": "string",
"longtitude": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string"
},
"description": "string",
"createdBy": "string",
"lastModifiedBy": "string",
"annualRevenue": 0,
"lastTransferDate": "2019-08-24T14:15:22Z",
"genderId": "string",
"pronounceId": "string",
"fullName": "string",
"status": "Default"
}'
{}