username:passwordAuthorization: Basic *****************{
"firstName": "JEAN",
"lastName": "DUPOND",
"birthDate": "01/01/2000",
"title": 1,
"emailValue": "email-test@email.fr",
"cellPhoneNumber": "0601020304",
"identifierEntity": "12356",
"address3Name": "DE LA LIBERTE",
"address3Num": "12",
"address3Type": "5",
"zipCode": "59000",
"city": "LILLE",
"country": "FRANCE",
"phoneNumber": "0320010203"
}curl --location --request POST '/rest/2.0/personWebService/searchPersonLite' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "JEAN",
"lastName": "DUPOND",
"birthDate": "01/01/2000",
"title": 1,
"emailValue": "email-test@email.fr",
"cellPhoneNumber": "0601020304",
"identifierEntity": "12356",
"address3Name": "DE LA LIBERTE",
"address3Num": "12",
"address3Type": "5",
"zipCode": "59000",
"city": "LILLE",
"country": "FRANCE",
"phoneNumber": "0320010203"
}'{
"responseCode": "100",
"infos": "3 person(s) found\nserver.instance.name=API-DOG preprod serveur 1 instance 1\n",
"GetPersonResponse": [
{
"PersonResponse": {
"firstName": "JEAN",
"lastName": "DUPOND",
"birthDate": "01/01/2000",
"title": 0,
"personId": "A31"
},
"IdentifierResponse": [
{
"activationDate": "2025-09-26 00:00:00.000",
"identifierValue": "9200008784167",
"identifierType": 1
}
],
"EntityResponse": {
"entityIdentifier": "666666"
},
"SubscriptionResponse": [],
"ContactsResponse": {
"AddressResponse": {
"country": "FRANCE",
"address3Num": "13",
"address3Name": "DE LA LIBERTE",
"address3Type": 5,
"city": "LILLE"
},
"EmailResponse": {
"emailValue": "EMAIL-TEST@EMAIL.FR"
},
"CellPhoneResponse": {
"number": "0612345678"
}
},
"InfoPersonResponse": []
},
{
"PersonResponse": {
"firstName": "JEAN",
"lastName": "DUPOND",
"birthDate": "01/01/2000",
"title": 0,
"personId": "A32"
},
"IdentifierResponse": [
{
"activationDate": "2025-09-26 00:00:00.000",
"identifierValue": "9200008618899",
"identifierType": 1
}
],
"EntityResponse": {
"entityIdentifier": "666666"
},
"SubscriptionResponse": [],
"ContactsResponse": {
"AddressResponse": {
"country": "FRANCE",
"address3Num": "13",
"address3Name": "DE LA LIBERTE",
"address3Type": 5,
"city": "LILLE"
},
"EmailResponse": {
"emailValue": "EMAIL-TEST@EMAIL.FR"
},
"CellPhoneResponse": {
"number": "0612345678"
}
},
"InfoPersonResponse": []
},
{
"PersonResponse": {
"firstName": "JEAN",
"lastName": "DUPOND",
"birthDate": "01/01/2000",
"title": 0,
"personId": "A34"
},
"IdentifierResponse": [
{
"activationDate": "2025-09-26 00:00:00.000",
"identifierValue": "1234567891011",
"identifierType": 1
}
],
"EntityResponse": {
"entityIdentifier": "666666"
},
"SubscriptionResponse": [],
"ContactsResponse": {
"AddressResponse": {
"country": "FRANCE",
"address3Num": "13",
"address3Name": "DE LA LIBERTE",
"address3Type": 5,
"city": "LILLE"
},
"EmailResponse": {
"emailValue": "EMAIL-TEST@EMAIL.FR"
},
"CellPhoneResponse": {
"number": "0612345678"
}
},
"InfoPersonResponse": []
}
]
}