username:passwordAuthorization: Basic *****************{
"entityIdentifiers": "?",
"entityIds": "?",
"GeoRequest": {
"latitude": "?",
"longitude": "?",
"radius": "?"
},
"zipCodes": "?"
}curl --location --request POST '/rest/2.0/personWebService/getEntities' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entityIdentifiers": "?",
"entityIds": "?",
"GeoRequest": {
"latitude": "?",
"longitude": "?",
"radius": "?"
},
"zipCodes": "?"
}'{
"responseCode": "000",
"infos": "Request successfully processed",
"EntityResponses": [
{
"name": "MAGASIN TEST",
"id": "461",
"identifier": "666666",
"latitude": 48.866,
"longitude": 2.333,
"loyalty": 1,
"internalCode": "CASHDESK",
"AddressResponse": {
"status": 1,
"country": "FRANCE",
"address3Type": 0,
"city": "MARCQ EN BAROEUL",
"zipCode": "59700",
"allowCompanySolicitation": 1,
"allowTrustedSolicitation": 0
}
}
]
}