/signup/members

Exemplo de requisição para criação de membros:

 Request:
 POST /signup/members
	[{
		"personal": {
			"personalIdentifier": "56184595822",
			"emailAddress": "[email protected]",
			"fullName": "John Doe",
         "password": "000000",
			"gender": 1,
			"birthdate": "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"
			}
		}
		"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
		}
	}]

 Response:
 HTTP 200 - OK (vazio)
Language
Click Try It! to start a request and see the response here!