Harmony RightAddress cURL example

This is an example of how to do cURL request in Harmony RightAddress.

The following example invokes cURL request for the address method with the single line address '1 abc street' and the 'AUPAF' Source of Truth:

			
	curl https://hosted.mastersoftgroup.com/harmony/rest/au/address \
		-H "Content-Type:application/json" \
		-H "Accept:application/json" \
		-X POST \
		-u webUser:password \
		-d "{\"payload\":[{\"fullAddress\":\"1 abc street\"}],\"sourceOfTruth\":\"AUPAF\"}"
		

See the Harmony RightAddress JavaScript client API documentation for details on invoking the other Harmony RightAddress service methods.