{
"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": "Shopranos",
"optOut": true
}
],
"otherPhone": [
{
"phoneNumber": "string",
"type": "Work",
"optOut": true
}
],
"callOptOut": true,
"emailOptOut": true,
"ratingId": "string",
"ownerId": "string",
"ownerType": "People",
"website": "string",
"company": "string",
"industryId": "string",
"noOfEmployees": 0,
"accountSourceTypeId": "string",
"address": {
"address1": "string",
"address2": "string",
"firstName": "string",
"lastName": "string",
"city": "string",
"state": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string",
"phoneNumber": "string",
"email": "user@example.com"
},
"description": "string",
"annualRevenue": 0,
"lastTransferDate": "2019-08-24T14:15:22Z",
"genderId": "string",
"pronounceId": "string",
"status": "Draft",
"lastModifiedBy": "string",
"extraFields": {}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Lead/' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": "Shopranos",
"optOut": true
}
],
"otherPhone": [
{
"phoneNumber": "string",
"type": "Work",
"optOut": true
}
],
"callOptOut": true,
"emailOptOut": true,
"ratingId": "string",
"ownerId": "string",
"ownerType": "People",
"website": "string",
"company": "string",
"industryId": "string",
"noOfEmployees": 0,
"accountSourceTypeId": "string",
"address": {
"address1": "string",
"address2": "string",
"firstName": "string",
"lastName": "string",
"city": "string",
"state": "string",
"country": "string",
"countryCode": "string",
"postalCode": "string",
"phoneNumber": "string",
"email": "user@example.com"
},
"description": "string",
"annualRevenue": 0,
"lastTransferDate": "2019-08-24T14:15:22Z",
"genderId": "string",
"pronounceId": "string",
"status": "Draft",
"lastModifiedBy": "string",
"extraFields": {}
}'
{}