/signup/members/{PersonalIdentifier}

Exemplo de requisição para consulta de um membro:

 Request:
 GET signup/members/56184595822

 Response:
	{
	    "personal": {
			"personalIdentifier": "56184595822",
			"emailAddress": "[email protected]",
			"fullName": "John Doe",
			"gender": 1,
			"dateOfBirth": "1980-12-01T00:00:00Z",
			"phoneNumberArea": "11",
			"phoneNumber": "98888777",
			"cellphoneNumberArea": "21",
			"cellphoneNumber": "97777666",
			"address": {
				"streetName": "Donatarios",
				"addressNumber": "200",
				"city": "São Paulo",
				"additionalInformation" : "décimo sexto andar",
				"countryCode": 55,
				"district": "Mooca",
				"postalCode": "03167010",
				"state": "SP"
			}
		},
		"tags": [
			"aZBb3vLj2KEAvje"
		],
		"company": {
			"storeId": "Ad2mE9je4ZOPRjg",
			"locationId": "Rn8e3zRYen3NJ7G",
			"positionId": "kqmaOpQ5qn3NlWd",
			"action": 1,
			"actionDate": "2017-01-01T00:00:00Z"
		},
		"others": {
			"operatorPersonalIdentifier": "72800072520",
			"loyaltyCardNumber": "348237487334",
			"otherLoyaltyProgramId": null
		},
		"notifications": {
			"email": true,
			"mobilePush": true,
			"phoneCall": true,
			"sms": true
		}
	}
Language
Click Try It! to start a request and see the response here!