{
    "httpRequest": {
     		"url": "https://sales.bpmonline.com/0/ServiceModel/GetCallerOwnerService.svc/GetCallerOwner",
			"method": "POST",
			"headers": {
				"Content-Type":"application/json"
			},
			"data": {
				"callerIdNumber": "${caller_id_number}"
			},
			"exportVariables": {
				"effective_caller_id_name": "callerIdName",
				"owner_caller_id_number": "callerIdOwner"
			}
	}
}